property
primaryEndpoint EndpointReference get Gets the gRPC endpoint for the Qdrant database.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface QdrantServerResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, QdrantServerResource]], IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly apiKeyParameter: ParameterResource; readonly connectionStringExpression: ReferenceExpression; readonly grpcHost: EndpointReferenceExpression; readonly grpcPort: EndpointReferenceExpression; readonly httpConnectionStringExpression: ReferenceExpression; readonly httpEndpoint: EndpointReference; readonly httpHost: EndpointReferenceExpression; readonly httpPort: EndpointReferenceExpression; readonly httpUriExpression: ReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withDataBindMount( source: string, isReadOnly?: boolean): QdrantServerResource; withDataVolume( name?: string, isReadOnly?: boolean): QdrantServerResource;}apiKeyParameter ParameterResource get connectionStringExpression ReferenceExpression get grpcHost EndpointReferenceExpression get grpcPort EndpointReferenceExpression get httpConnectionStringExpression ReferenceExpression get httpEndpoint EndpointReference get httpHost EndpointReferenceExpression get httpPort EndpointReferenceExpression get httpUriExpression ReferenceExpression get primaryEndpoint EndpointReference get uriExpression ReferenceExpression get withDataBindMount( source: string, isReadOnly?: boolean): QdrantServerResourceParameters
source string isReadOnly boolean optional = False Returns
QdrantServerResource withDataVolume( name?: string, isReadOnly?: boolean): QdrantServerResourceParameters
name string optional isReadOnly boolean optional = False Returns
QdrantServerResource