Table of Contents

Enum MapIndexType

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Specifies which piece of a map to index for a table column.

public enum MapIndexType

Fields

Entries = 2

Index the entries of the map.

Keys = 0

Index the keys of the map.

Values = 1

Index the values of the map.