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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.