Skip to content
Docs Try Aspire

MinioContainerResource Properties

Class Properties 7 members
A resource that represents a MinIO storage
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Minio
public ReferenceExpression ConnectionStringExpression { get; }
Host Section titled Host EndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PasswordParameter Section titled PasswordParameter ParameterResource
The MinIO root password.
public ParameterResource PasswordParameter { 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 primary endpoint for the MinIO. This endpoint is used for all API calls over HTTP.
public EndpointReference PrimaryEndpoint { get; }
RootUser Section titled RootUser ParameterResource
The MinIO root user.
public ParameterResource RootUser { get; set; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the MinIO server.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}.