Table of Contents

Class CollectionInfo

Namespace
DataStax.AstraDB.DataApi.Core.Results
Assembly
DataStax.AstraDB.DataApi.dll

Information about a collection in a database.

public class CollectionInfo
Inheritance
CollectionInfo
Inherited Members

Properties

Name

The name of the collection.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Options

The options for the collection.

[JsonPropertyName("options")]
public CollectionDefinition Options { get; set; }

Property Value

CollectionDefinition