Class GetTableOptions
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; }