ServerEndpointSyncStatus 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.
Server Endpoint sync status.
public class ServerEndpointSyncStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointSyncStatus>
public class ServerEndpointSyncStatus
type ServerEndpointSyncStatus = class
interface IJsonModel<ServerEndpointSyncStatus>
interface IPersistableModel<ServerEndpointSyncStatus>
type ServerEndpointSyncStatus = class
Public Class ServerEndpointSyncStatus
Implements IJsonModel(Of ServerEndpointSyncStatus), IPersistableModel(Of ServerEndpointSyncStatus)
Public Class ServerEndpointSyncStatus
- Inheritance
-
ServerEndpointSyncStatus
- Implements
Properties
BackgroundDataDownloadActivity |
Background data download activity. |
CombinedHealth |
Combined Health Status. |
DownloadActivity |
Download sync activity. |
DownloadHealth |
Download Health Status. |
DownloadStatus |
Download Status. |
LastUpdatedOn |
Last Updated Timestamp. |
OfflineDataTransferStatus |
Offline Data Transfer State. |
SyncActivity |
Sync activity. |
TotalPersistentFilesNotSyncingCount |
Total count of persistent files not syncing (combined upload + download). |
UploadActivity |
Upload sync activity. |
UploadHealth |
Upload Health Status. |
UploadStatus |
Upload Status. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ServerEndpointSyncStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServerEndpointSyncStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServerEndpointSyncStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServerEndpointSyncStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServerEndpointSyncStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |