Class TransferMetadataOptions
Transfer metadata options for the instance.
Implements
Inherited Members
Namespace: Google.Apis.Parallelstore.v1.Data
Assembly: Google.Apis.Parallelstore.v1.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 |