Package-level declarations

Types

Link copied to clipboard
data class CloudTieringCachePerformanceResponse(val cacheHitBytes: Double, val cacheHitBytesPercent: Int, val cacheMissBytes: Double, val lastUpdatedTimestamp: String)

Server endpoint cloud tiering status object.

Link copied to clipboard
data class CloudTieringDatePolicyStatusResponse(val lastUpdatedTimestamp: String, val tieredFilesMostRecentAccessTimestamp: String)

Status of the date policy

Link copied to clipboard
data class CloudTieringFilesNotTieringResponse(val errors: List<FilesNotTieringErrorResponse>, val lastUpdatedTimestamp: String, val totalFileCount: Double)

Server endpoint cloud tiering status object.

Link copied to clipboard
data class CloudTieringSpaceSavingsResponse(val cachedSizeBytes: Double, val lastUpdatedTimestamp: String, val spaceSavingsBytes: Double, val spaceSavingsPercent: Int, val totalSizeCloudBytes: Double, val volumeSizeBytes: Double)

Server endpoint cloud tiering status object.

data class CloudTieringVolumeFreeSpacePolicyStatusResponse(val currentVolumeFreeSpacePercent: Int, val effectiveVolumeFreeSpacePolicy: Int, val lastUpdatedTimestamp: String)

Status of the volume free space policy

Link copied to clipboard
data class FilesNotTieringErrorResponse(val errorCode: Int, val fileCount: Double)

Files not tiering error object

Link copied to clipboard
data class GetCloudEndpointResult(val azureFileShareName: String? = null, val backupEnabled: String, val friendlyName: String? = null, val id: String, val lastOperationName: String? = null, val lastWorkflowId: String? = null, val name: String, val partnershipId: String? = null, val provisioningState: String? = null, val storageAccountResourceId: String? = null, val storageAccountTenantId: String? = null, val type: String)

Cloud Endpoint object.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class GetRegisteredServerResult(val agentVersion: String? = null, val agentVersionExpirationDate: String, val agentVersionStatus: String, val clusterId: String? = null, val clusterName: String? = null, val discoveryEndpointUri: String? = null, val friendlyName: String? = null, val id: String, val lastHeartBeat: String? = null, val lastOperationName: String? = null, val lastWorkflowId: String? = null, val managementEndpointUri: String? = null, val monitoringConfiguration: String? = null, val monitoringEndpointUri: String? = null, val name: String, val provisioningState: String? = null, val resourceLocation: String? = null, val serverCertificate: String? = null, val serverId: String? = null, val serverManagementErrorCode: Int? = null, val serverOSVersion: String? = null, val serverRole: String? = null, val serviceLocation: String? = null, val storageSyncServiceUid: String? = null, val type: String)

Registered Server resource.

Link copied to clipboard
data class GetServerEndpointResult(val cloudTiering: String? = null, val cloudTieringStatus: ServerEndpointCloudTieringStatusResponse, val friendlyName: String? = null, val id: String, val initialDownloadPolicy: String? = null, val lastOperationName: String, val lastWorkflowId: String, val localCacheMode: String? = null, val name: String, val offlineDataTransfer: String? = null, val offlineDataTransferShareName: String? = null, val offlineDataTransferStorageAccountResourceId: String, val offlineDataTransferStorageAccountTenantId: String, val provisioningState: String, val recallStatus: ServerEndpointRecallStatusResponse, val serverLocalPath: String? = null, val serverResourceId: String? = null, val syncStatus: ServerEndpointSyncStatusResponse, val tierFilesOlderThanDays: Int? = null, val type: String, val volumeFreeSpacePercent: Int? = null)

Server Endpoint object.

Link copied to clipboard
data class GetStorageSyncServiceResult(val id: String, val incomingTrafficPolicy: String? = null, val lastOperationName: String, val lastWorkflowId: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val storageSyncServiceStatus: Int, val storageSyncServiceUid: String, val tags: Map<String, String>? = null, val type: String)

Storage Sync Service object.

Link copied to clipboard
data class GetSyncGroupResult(val id: String, val name: String, val syncGroupStatus: String, val type: String, val uniqueId: String)

Sync Group object.

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The Private Endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class ServerEndpointCloudTieringStatusResponse(val cachePerformance: CloudTieringCachePerformanceResponse, val datePolicyStatus: CloudTieringDatePolicyStatusResponse, val filesNotTiering: CloudTieringFilesNotTieringResponse, val health: String, val healthLastUpdatedTimestamp: String, val lastCloudTieringResult: Int, val lastSuccessTimestamp: String, val lastUpdatedTimestamp: String, val spaceSavings: CloudTieringSpaceSavingsResponse, val volumeFreeSpacePolicyStatus: CloudTieringVolumeFreeSpacePolicyStatusResponse)

Server endpoint cloud tiering status object.

data class ServerEndpointFilesNotSyncingErrorResponse(val errorCode: Int, val persistentCount: Double, val transientCount: Double)

Files not syncing error object

Link copied to clipboard
data class ServerEndpointRecallErrorResponse(val count: Double, val errorCode: Int)

Server endpoint recall error object

Link copied to clipboard
data class ServerEndpointRecallStatusResponse(val lastUpdatedTimestamp: String, val recallErrors: List<ServerEndpointRecallErrorResponse>, val totalRecallErrorsCount: Double)

Server endpoint recall status object.

Link copied to clipboard
data class ServerEndpointSyncActivityStatusResponse(val appliedBytes: Double, val appliedItemCount: Double, val perItemErrorCount: Double, val syncMode: String, val timestamp: String, val totalBytes: Double, val totalItemCount: Double)

Sync Session status object.

Link copied to clipboard
data class ServerEndpointSyncSessionStatusResponse(val filesNotSyncingErrors: List<ServerEndpointFilesNotSyncingErrorResponse>, val lastSyncMode: String, val lastSyncPerItemErrorCount: Double, val lastSyncResult: Int, val lastSyncSuccessTimestamp: String, val lastSyncTimestamp: String, val persistentFilesNotSyncingCount: Double, val transientFilesNotSyncingCount: Double)

Sync Session status object.

Link copied to clipboard
data class ServerEndpointSyncStatusResponse(val combinedHealth: String, val downloadActivity: ServerEndpointSyncActivityStatusResponse, val downloadHealth: String, val downloadStatus: ServerEndpointSyncSessionStatusResponse, val lastUpdatedTimestamp: String, val offlineDataTransferStatus: String, val syncActivity: String, val totalPersistentFilesNotSyncingCount: Double, val uploadActivity: ServerEndpointSyncActivityStatusResponse, val uploadHealth: String, val uploadStatus: ServerEndpointSyncSessionStatusResponse)

Server Endpoint sync status