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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET