RustFsBucketResource
Classsealednet10.0
A resource that represents an S3 bucket created on a RustFs container resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed class RustFsBucketResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IExpressionValue, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.ApplicationModel.RustFsResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...}ResourceIExpressionValueIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<RustFsResource>IValueProviderIValueWithReferences
Constructors1
Section titled ConstructorsRustFsBucketResource(string, string, RustFsResource) Initializes a new instance of the
RustFsBucketResource class. Properties3
Section titled PropertiesBucketNamegetstring Gets the S3 bucket name as it exists on the RustFs server.
ConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the bucket.
Parentget Gets the parent
RustFsResource that hosts this bucket.