• ShareFile.Api.Models.AsyncOperation
  • ShareFile.Api.Models.AsyncOperation

    Represents an Asynchronous operation - any operation that is started but the results will take time to complete.

    NameTypeDescription
    OperationAsyncOperationType Operation type
    AccountAccount ShareFile Account
    AuthorityZoneZone Represents the Zone that is driving the asynchronous operation process. It may be null if the operation is driven by the control plane.
    SourceItem Source Item for the operation.
    UserUser User that initiated the operation
    CreationDateDateTime Operation creation date
    StateAsyncOperationState Operation state. States 'Created' and 'Scheduled' indicate the operation is in progress; States 'Success' and 'Failure' indicate the operatoin is finalized
    UpdateDateDateTime Last time the operation state was modified
    TargetItem Target Item for the operation.
    BatchIDString Batch Identifier for an asynchronous operation that includes multiple Items - for example, a recursive Copy will create a single AsyncOp instance per file, all sharing the same BatchID
    BatchSourceIDString Item ID used as source for the Batch operation
    BatchTargetIDString Item ID used as target for the Batch operation
    BatchProgressDouble BatchProgress indicates the progress of the Batch operation
    BatchStateAsyncOperationState Batch Operation state. State 'Scheduled' indicate the operation is in progress; States 'Success' and 'Failure' indicate the operation is finalized