Database Migration v1 API - Class ApplyHash (2.4.0)

public sealed class ApplyHash : IMessage<ApplyHash>, IEquatable<ApplyHash>, IDeepCloneable<ApplyHash>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class ApplyHash.

Apply a hash function on the value.

Inheritance

object > ApplyHash

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

ApplyHash()

public ApplyHash()

ApplyHash(ApplyHash)

public ApplyHash(ApplyHash other)
Parameter
NameDescription
otherApplyHash

Properties

HashFunctionCase

public ApplyHash.HashFunctionOneofCase HashFunctionCase { get; }
Property Value
TypeDescription
ApplyHashHashFunctionOneofCase

UuidFromBytes

public Empty UuidFromBytes { get; set; }

Optional. Generate UUID from the data's byte array

Property Value
TypeDescription
Empty