Share via


IndexerResyncOption Struct

Definition

Options with various types of permission data to index.

public readonly struct IndexerResyncOption : IEquatable<Azure.Search.Documents.Indexes.Models.IndexerResyncOption>
type IndexerResyncOption = struct
Public Structure IndexerResyncOption
Implements IEquatable(Of IndexerResyncOption)
Inheritance
IndexerResyncOption
Implements

Constructors

IndexerResyncOption(String)

Initializes a new instance of IndexerResyncOption.

Properties

Permissions

Indexer to re-ingest pre-selected permissions data from data source to index.

Methods

Equals(IndexerResyncOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IndexerResyncOption, IndexerResyncOption)

Determines if two IndexerResyncOption values are the same.

Implicit(String to IndexerResyncOption)

Converts a String to a IndexerResyncOption.

Inequality(IndexerResyncOption, IndexerResyncOption)

Determines if two IndexerResyncOption values are not the same.

Applies to