public enum BucketOperation.Types.StateReference documentation and code samples for the Storage Batch Operations v1 API enum BucketOperation.Types.State.
Describes state of the BucketOperation.
Namespace
Google.Cloud.StorageBatchOperations.V1Assembly
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. |