StringToken Constructors
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.
Overloads
StringToken(UInt64) | |
StringToken(UInt64, Utf8String) |
StringToken(UInt64)
public StringToken (ulong id);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.StringToken : uint64 -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.StringToken
Public Sub New (id As ULong)
Parameters
- id
- UInt64
Applies to
StringToken(UInt64, Utf8String)
public StringToken (ulong id, Microsoft.Azure.Cosmos.Core.Utf8.Utf8String path);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.StringToken : uint64 * Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.StringToken
Public Sub New (id As ULong, path As Utf8String)
Parameters
- id
- UInt64
- path
- Utf8String