ServerEndpointSyncActivityStatus 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 ServerEndpointSyncActivityStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncActivityStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncActivityStatus>
public class ServerEndpointSyncActivityStatus
type ServerEndpointSyncActivityStatus = class
interface IJsonModel<ServerEndpointSyncActivityStatus>
interface IPersistableModel<ServerEndpointSyncActivityStatus>
type ServerEndpointSyncActivityStatus = class
Public Class ServerEndpointSyncActivityStatus
Implements IJsonModel(Of ServerEndpointSyncActivityStatus), IPersistableModel(Of ServerEndpointSyncActivityStatus)
Public Class ServerEndpointSyncActivityStatus
- Inheritance
-
ServerEndpointSyncActivityStatus
- Implements
Properties
AppliedBytes |
Applied bytes. |
AppliedItemCount |
Applied item count. |
PerItemErrorCount |
Per item error count. |
SessionMinutesRemaining |
Session minutes remaining (if available). |
SyncMode |
Sync mode. |
Timestamp |
Timestamp when properties were updated. |
TotalBytes |
Total bytes (if available). |
TotalItemCount |
Total item count (if available). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ServerEndpointSyncActivityStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServerEndpointSyncActivityStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServerEndpointSyncActivityStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServerEndpointSyncActivityStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServerEndpointSyncActivityStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET