TypedTupleHybridRowSerializer<T1,T1Serializer,T2,T2Serializer,T3,T3Serializer> Struct
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 struct TypedTupleHybridRowSerializer<T1,T1Serializer,T2,T2Serializer,T3,T3Serializer> : Microsoft.Azure.Cosmos.Serialization.HybridRow.IO.IHybridRowSerializer<(T1, T2, T3)> where T1Serializer : struct where T2Serializer : struct where T3Serializer : struct
type TypedTupleHybridRowSerializer<'T1, 'T1Serializer, 'T2, 'T2Serializer, 'T3, 'T3Serializer (requires 'T1Serializer : struct and 'T2Serializer : struct and 'T3Serializer : struct)> = struct
interface IHybridRowSerializer<ValueTuple<'T1, 'T2, 'T3>>
Public Structure TypedTupleHybridRowSerializer(Of T1, T1Serializer, T2, T2Serializer, T3, T3Serializer)
Implements IHybridRowSerializer(Of ValueTuple(Of T1, T2, T3))
Type Parameters
- T1
- T1Serializer
- T2
- T2Serializer
- T3
- T3Serializer
- Inheritance
-
TypedTupleHybridRowSerializer<T1,T1Serializer,T2,T2Serializer,T3,T3Serializer>
- Implements
-
IHybridRowSerializer<ValueTuple<T1,T2,T3>>
Properties
Comparer |
Methods
Read(RowBuffer, RowCursor, Boolean, ValueTuple<T1,T2,T3>) | |
Write(RowBuffer, RowCursor, Boolean, TypeArgumentList, ValueTuple<T1,T2,T3>) |
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