Skip to content
DocsTry Aspire
DocsTry

MilvusServerResource Properties

ClassProperties8 members
A resource that represents a Milvus database.
ApiKeyParameterSection titled ApiKeyParameterParameterResource
Gets the parameter that contains the Milvus API key.
public ParameterResource ApiKeyParameter { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Milvus gRPC endpoint.
public ReferenceExpression ConnectionStringExpression { get; }
Format: Endpoint={uri};Key={token}.
DatabasesSection titled DatabasesIReadOnlyDictionary<string, string>
A dictionary where the key is the resource name and the value is the database name.
public IReadOnlyDictionary<string, string> Databases { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the gRPC endpoint for the Milvus database.
public EndpointReference PrimaryEndpoint { get; }
TokenSection titled TokenReferenceExpression
Gets a valid access token to access the Milvus instance.
public ReferenceExpression Token { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets URI expression for the Milvus instance.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}.