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