Show / Hide Table of Contents

Class TransferMetadataOptions

Transfer metadata options for the instance.

Inheritance
object
TransferMetadataOptions
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.Parallelstore.v1beta.Data
Assembly: Google.Apis.Parallelstore.v1beta.dll
Syntax
public class TransferMetadataOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Gid

Optional. The GID preservation behavior.

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

Mode

Optional. The mode preservation behavior.

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

Uid

Optional. The UID preservation behavior.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX