ListShareSynchronizationDetailsPlainArgs

data class ListShareSynchronizationDetailsPlainArgs(val accountName: String, val consumerEmail: String? = null, val consumerName: String? = null, val consumerTenantName: String? = null, val durationMs: Int? = null, val endTime: String? = null, val filter: String? = null, val message: String? = null, val orderby: String? = null, val resourceGroupName: String, val shareName: String, val skipToken: String? = null, val startTime: String? = null, val status: String? = null, val synchronizationId: String? = null) : ConvertibleToJava<ListShareSynchronizationDetailsPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, consumerEmail: String? = null, consumerName: String? = null, consumerTenantName: String? = null, durationMs: Int? = null, endTime: String? = null, filter: String? = null, message: String? = null, orderby: String? = null, resourceGroupName: String, shareName: String, skipToken: String? = null, startTime: String? = null, status: String? = null, synchronizationId: String? = null)

Properties

Link copied to clipboard

The name of the share account.

Link copied to clipboard
val consumerEmail: String? = null

Email of the user who created the synchronization

Link copied to clipboard
val consumerName: String? = null

Name of the user who created the synchronization

Link copied to clipboard

Tenant name of the consumer who created the synchronization

Link copied to clipboard
val durationMs: Int? = null

synchronization duration

Link copied to clipboard
val endTime: String? = null

End time of synchronization

Link copied to clipboard
val filter: String? = null

Filters the results using OData syntax.

Link copied to clipboard
val message: String? = null

message of synchronization

Link copied to clipboard
val orderby: String? = null

Sorts the results using OData syntax.

Link copied to clipboard

The resource group name.

Link copied to clipboard

The name of the share.

Link copied to clipboard
val skipToken: String? = null

Continuation token

Link copied to clipboard
val startTime: String? = null

start time of synchronization

Link copied to clipboard
val status: String? = null

Raw Status

Link copied to clipboard

Synchronization id

Functions

Link copied to clipboard
open override fun toJava(): ListShareSynchronizationDetailsPlainArgs