Storage Batch Operations v1 API - Enum BucketOperation.Types.State (1.0.0-beta05)

public enum BucketOperation.Types.State

Reference documentation and code samples for the Storage Batch Operations v1 API enum BucketOperation.Types.State.

Describes state of the BucketOperation.

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Fields

Name Description
Canceled

Cancelled by the user.

Failed

Terminated due to an unrecoverable failure.

Queued

Created but not yet started.

Running

In progress.

Succeeded

Completed successfully.

Unspecified

Default value. This value is unused.