Поделиться через


DataShareSynchronizeContent Class

Definition

Payload for the synchronizing the data.

public class DataShareSynchronizeContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataShare.Models.DataShareSynchronizeContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataShare.Models.DataShareSynchronizeContent>
public class DataShareSynchronizeContent
type DataShareSynchronizeContent = class
    interface IJsonModel<DataShareSynchronizeContent>
    interface IPersistableModel<DataShareSynchronizeContent>
type DataShareSynchronizeContent = class
Public Class DataShareSynchronizeContent
Implements IJsonModel(Of DataShareSynchronizeContent), IPersistableModel(Of DataShareSynchronizeContent)
Public Class DataShareSynchronizeContent
Inheritance
DataShareSynchronizeContent
Implements

Constructors

DataShareSynchronizeContent()

Initializes a new instance of DataShareSynchronizeContent.

Properties

SynchronizationMode

Mode of synchronization used in triggers and snapshot sync. Incremental by default.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataShareSynchronizeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataShareSynchronizeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataShareSynchronizeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataShareSynchronizeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataShareSynchronizeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to