SchemaHash.ComputeHash Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ns
- Namespace
- schema
- Schema
- seed
- ValueTuple<UInt64,UInt64>
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET