Storage Batch Operations v1 API - Enum Job.Types.State (1.0.0-beta01)

public enum Job.Types.State

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

Describes state of a job.

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.

Running

In progress.

Succeeded

Completed successfully.

Unspecified

Default value. This value is unused.