SchemaHash.ComputeHash Method

Definition

public static (ulong low, ulong high) ComputeHash (Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace ns, Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Schema schema, (ulong low, ulong high) seed = default);
static member ComputeHash : Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace * Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Schema * ValueTuple<uint64, uint64> -> ValueTuple<uint64, uint64>
Public Shared Function ComputeHash (ns As Namespace, schema As Schema, Optional seed As ValueTuple(Of ULong, ULong) = Nothing) As ValueTuple(Of ULong, ULong)

Parameters

schema
Schema

Returns

Applies to