Skip to content
Docs Try Aspire

MilvusServerResource Properties

Class Properties 8 members
A resource that represents a Milvus database.
ApiKeyParameter Section titled ApiKeyParameter ParameterResource
Gets the parameter that contains the Milvus API key.
public ParameterResource ApiKeyParameter { get; }
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Milvus gRPC endpoint.
public ReferenceExpression ConnectionStringExpression { get; }
Format: Endpoint={uri};Key={token}.
Databases Section titled Databases IReadOnlyDictionary<string, string>
A dictionary where the key is the resource name and the value is the database name.
public IReadOnlyDictionary<string, string> Databases { get; }
Host Section titled Host EndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
Port Section titled Port EndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
Gets the gRPC endpoint for the Milvus database.
public EndpointReference PrimaryEndpoint { get; }
Token Section titled Token ReferenceExpression
Gets a valid access token to access the Milvus instance.
public ReferenceExpression Token { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets URI expression for the Milvus instance.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}.