Table of Contents

Class GetTableOptions

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

Command options specific to the database GetTable methods.

public class GetTableOptions : DatabaseCommandOptions
Inheritance
GetTableOptions
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