Show / Hide Table of Contents

Class Reference

All fields in this proto are now columns in spanner see google3/storage/slice/production/gmail/user_data_tables.pi for documentation.

Inheritance
System.Object
Reference
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Reference : IDirectResponseSchema

Properties

BlobId

Declaration
[JsonProperty("blobId")]
public virtual string BlobId { get; set; }
Property Value
Type Description
System.String

ContentType

Declaration
[JsonProperty("contentType")]
public virtual string ContentType { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Hash

Declaration
[JsonProperty("hash")]
public virtual string Hash { get; set; }
Property Value
Type Description
System.String

Key

LINT.IfChange

Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type Description
System.String

Name

LINT.ThenChange(//depot/google3/storage/slice/production/gmail/ user_data_tables.pi)

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Size

Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top