Show / Hide Table of Contents

Class Manifest

Describes list of objects to be transformed.

Inheritance
object
Manifest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class Manifest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ManifestLocation

Required. Specify the manifest file location. The format of manifest location can be an absolute path to the object in the format of gs://bucket_name/path/object_name. For example, gs://bucket_name/path/object_name.csv. Alternatively, you can specify an absolute path with a single wildcard character in the file name, for example gs://bucket_name/path/file_name*.csv. If the manifest location is specified with a wildcard, objects in all manifest files matching the pattern will be acted upon. The manifest is a CSV file, uploaded to Cloud Storage, that contains one object or a list of objects that you want to process. Each row in the manifest must include the bucket and name of the object. You can optionally specify the generation of the object. If you don't specify the generation, the current version of the object is used. You can optionally include a header row with the following format: bucket,name,generation. For example, bucket,name,generation bucket_1,object_1,generation_1 bucket_1,object_2,generation_2 bucket_1,object_3,generation_3 Note: The manifest file must specify only objects within the bucket provided to the job. Rows referencing objects in other buckets are ignored.

Declaration
[JsonProperty("manifestLocation")]
public virtual string ManifestLocation { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX