Class SourceGcsBucket
Cloud Storage as the source of a data transfer.
Implements
Inherited Members
Namespace: Google.Apis.Parallelstore.v1beta.Data
Assembly: Google.Apis.Parallelstore.v1beta.dll
Syntax
public class SourceGcsBucket : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
Required. URI to a Cloud Storage bucket in the format: gs:///
. The path inside the bucket is optional.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |