Class ApplyHash
Apply a hash function on the value.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ApplyHash : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UuidFromBytes
Optional. Generate UUID from the data's byte array
Declaration
[JsonProperty("uuidFromBytes")]
public virtual Empty UuidFromBytes { get; set; }
Property Value
Type | Description |
---|---|
Empty |