Skip to content
DocsTry Aspire
DocsTry

MinioContainerResource Properties

ClassProperties7 members
A resource that represents a MinIO storage
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Minio
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PasswordParameterSection titled PasswordParameterParameterResource
The MinIO root password.
public ParameterResource PasswordParameter { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the MinIO. This endpoint is used for all API calls over HTTP.
public EndpointReference PrimaryEndpoint { get; }
RootUserSection titled RootUserParameterResource
The MinIO root user.
public ParameterResource RootUser { get; set; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the MinIO server.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}.