Show / Hide Table of Contents

Class CloudStorageFile

The export file in Cloud Storage

Inheritance
object
CloudStorageFile
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.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class CloudStorageFile : IDirectResponseSchema

Properties

BucketName

The name of the Cloud Storage bucket for the export file. You can use this value in the Cloud Storage JSON API or XML API, but not to list the bucket contents. Instead, you can get individual export files by object name.

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

ETag

The ETag of the item.

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

Md5Hash

The md5 hash of the file.

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

ObjectName

The name of the Cloud Storage object for the export file. You can use this value in the Cloud Storage JSON API or XML API.

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

Size

The export file size.

Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX