Table of Contents

Class MapDataAPIType

Namespace
DataStax.AstraDB.DataApi.Utils
Assembly
DataStax.AstraDB.DataApi.dll

Definition for a Map data type

public class MapDataAPIType : ListDataAPIType
Inheritance
MapDataAPIType
Inherited Members

Constructors

MapDataAPIType(DataAPIType)

Construct a Map data type with string keys and the specified value type

public MapDataAPIType(DataAPIType valueType)

Parameters

valueType DataAPIType

MapDataAPIType(DataAPIType, DataAPIType)

Construct a Map data type with the specified key and value types

public MapDataAPIType(DataAPIType keyType, DataAPIType valueType)

Parameters

keyType DataAPIType
valueType DataAPIType