SeaweedFSContainerResource Methods
ClassMethods1 member
A resource that represents a SeaweedFS container.
GetConnectionStringAsync(CancellationToken)Section titled GetConnectionStringAsync(CancellationToken)ValueTask<string?> Gets the connection string asynchronously.
public sealed class SeaweedFSContainerResource{ public ValueTask<string?> GetConnectionStringAsync( CancellationToken cancellationToken = default(CancellationToken)) { // ... }}Parameters
cancellationTokenCancellationTokenoptionalA Threading.CancellationToken to observe while waiting for the task to complete.Returns
ValueTask<string?>A connection string for the SeaweedFS server.