TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer> Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public struct TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer> : Microsoft.Azure.Cosmos.Serialization.HybridRow.IO.IHybridRowSerializer<System.Collections.Generic.Dictionary<TKey,TValue>> where TKeySerializer : struct where TValueSerializer : struct
type TypedMapHybridRowSerializer<'Key, 'KeySerializer, 'Value, 'ValueSerializer (requires 'KeySerializer : struct and 'ValueSerializer : struct)> = struct
interface IHybridRowSerializer<Dictionary<'Key, 'Value>>
Public Structure TypedMapHybridRowSerializer(Of TKey, TKeySerializer, TValue, TValueSerializer)
Implements IHybridRowSerializer(Of Dictionary(Of TKey, TValue))
Parâmetros de tipo
- TKey
- TKeySerializer
- TValue
- TValueSerializer
- Herança
-
TypedMapHybridRowSerializer<TKey,TKeySerializer,TValue,TValueSerializer>
- Implementações
-
IHybridRowSerializer<Dictionary<TKey,TValue>>
Propriedades
Comparer |
Métodos
Read(RowBuffer, RowCursor, Boolean, Dictionary<TKey,TValue>) | |
Write(RowBuffer, RowCursor, Boolean, TypeArgumentList, Dictionary<TKey,TValue>) |
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET