Class BucketOperation
BucketOperation represents a bucket-level breakdown of a Job.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class BucketOperation : IDirectResponseSchema
Properties
BucketName
The bucket name of the objects to be transformed in the BucketOperation.
Declaration
[JsonProperty("bucketName")]
public virtual string BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CompleteTime
object representation of CompleteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CompleteTimeDateTimeOffset
DateTimeOffset representation of CompleteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CompleteTimeRaw
Output only. The time that the BucketOperation was completed.
Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Counters
Output only. Information about the progress of the bucket operation.
Declaration
[JsonProperty("counters")]
public virtual Counters Counters { get; set; }
Property Value
| Type | Description |
|---|---|
| Counters |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The time that the BucketOperation was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeleteObject
Delete objects.
Declaration
[JsonProperty("deleteObject")]
public virtual DeleteObject DeleteObject { get; set; }
Property Value
| Type | Description |
|---|---|
| DeleteObject |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorSummaries
Output only. Summarizes errors encountered with sample error log entries.
Declaration
[JsonProperty("errorSummaries")]
public virtual IList<ErrorSummary> ErrorSummaries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ErrorSummary> |
Manifest
Specifies objects in a manifest file.
Declaration
[JsonProperty("manifest")]
public virtual Manifest Manifest { get; set; }
Property Value
| Type | Description |
|---|---|
| Manifest |
Name
Identifier. The resource name of the BucketOperation. This is defined by the service. Format: projects/{project}/locations/global/jobs/{job_id}/bucketOperations/{bucket_operation}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrefixList
Specifies objects matching a prefix set.
Declaration
[JsonProperty("prefixList")]
public virtual PrefixList PrefixList { get; set; }
Property Value
| Type | Description |
|---|---|
| PrefixList |
PutMetadata
Updates object metadata. Allows updating fixed-key and custom metadata and fixed-key metadata i.e. Cache-Control, Content-Disposition, Content-Encoding, Content-Language, Content-Type, Custom-Time.
Declaration
[JsonProperty("putMetadata")]
public virtual PutMetadata PutMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| PutMetadata |
PutObjectHold
Changes object hold status.
Declaration
[JsonProperty("putObjectHold")]
public virtual PutObjectHold PutObjectHold { get; set; }
Property Value
| Type | Description |
|---|---|
| PutObjectHold |
RewriteObject
Rewrite the object and updates metadata like KMS key.
Declaration
[JsonProperty("rewriteObject")]
public virtual RewriteObject RewriteObject { get; set; }
Property Value
| Type | Description |
|---|---|
| RewriteObject |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StartTimeRaw
Output only. The time that the BucketOperation was started.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. State of the BucketOperation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |