ServerEndpointSyncSessionStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sync Session status object.
public class ServerEndpointSyncSessionStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncSessionStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncSessionStatus>
public class ServerEndpointSyncSessionStatus
type ServerEndpointSyncSessionStatus = class
interface IJsonModel<ServerEndpointSyncSessionStatus>
interface IPersistableModel<ServerEndpointSyncSessionStatus>
type ServerEndpointSyncSessionStatus = class
Public Class ServerEndpointSyncSessionStatus
Implements IJsonModel(Of ServerEndpointSyncSessionStatus), IPersistableModel(Of ServerEndpointSyncSessionStatus)
Public Class ServerEndpointSyncSessionStatus
- Inheritance
-
ServerEndpointSyncSessionStatus
- Implements
Properties
FilesNotSyncingErrors |
Array of per-item errors coming from the last sync session. |
LastSyncMode |
Sync mode. |
LastSyncPerItemErrorCount |
Last sync per item error count. |
LastSyncResult |
Last sync result (HResult). |
LastSyncSuccessTimestamp |
Last sync success timestamp. |
LastSyncTimestamp |
Last sync timestamp. |
PersistentFilesNotSyncingCount |
Count of persistent files not syncing. |
TransientFilesNotSyncingCount |
Count of transient files not syncing. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ServerEndpointSyncSessionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServerEndpointSyncSessionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServerEndpointSyncSessionStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServerEndpointSyncSessionStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServerEndpointSyncSessionStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET