Table of Contents

Class GetCollectionOptions

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

Command options specific to collections.

public class GetCollectionOptions : DatabaseCommandOptions
Inheritance
GetCollectionOptions
Derived
Inherited Members

Properties

EmbeddingAPIKey

When specified, the client will send the x-embedding-api-key header with the specified key to any underlying HTTP request that requires vectorize authentication.

public string EmbeddingAPIKey { get; set; }

Property Value

string

RerankingAPIKey

When specified, the client will send the Reranking-Api-Key header with the specified key to any underlying HTTP request that requires reranker authentication.

public string RerankingAPIKey { get; set; }

Property Value

string