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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET