Share via


SearchIndexerDataNoneIdentity Class

Definition

Clears the identity property of a datasource.

public class SearchIndexerDataNoneIdentity : Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity
public class SearchIndexerDataNoneIdentity : Azure.Search.Documents.Indexes.Models.SearchIndexerDataIdentity, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchIndexerDataNoneIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchIndexerDataNoneIdentity>
type SearchIndexerDataNoneIdentity = class
    inherit SearchIndexerDataIdentity
type SearchIndexerDataNoneIdentity = class
    inherit SearchIndexerDataIdentity
    interface IJsonModel<SearchIndexerDataNoneIdentity>
    interface IPersistableModel<SearchIndexerDataNoneIdentity>
Public Class SearchIndexerDataNoneIdentity
Inherits SearchIndexerDataIdentity
Public Class SearchIndexerDataNoneIdentity
Inherits SearchIndexerDataIdentity
Implements IJsonModel(Of SearchIndexerDataNoneIdentity), IPersistableModel(Of SearchIndexerDataNoneIdentity)
Inheritance
SearchIndexerDataNoneIdentity
Implements

Constructors

SearchIndexerDataNoneIdentity()

Initializes a new instance of SearchIndexerDataNoneIdentity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchIndexerDataIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SearchIndexerDataIdentity)
IJsonModel<SearchIndexerDataIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SearchIndexerDataIdentity)
IJsonModel<SearchIndexerDataNoneIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SearchIndexerDataNoneIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchIndexerDataIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SearchIndexerDataIdentity)
IPersistableModel<SearchIndexerDataIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SearchIndexerDataIdentity)
IPersistableModel<SearchIndexerDataIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SearchIndexerDataIdentity)
IPersistableModel<SearchIndexerDataNoneIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchIndexerDataNoneIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SearchIndexerDataNoneIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to