Skip to main content

Interfaces

Interface: ClientOptions

Configuration options for creating a Client.

Properties

bucketId

Optional bucketId: string

The ID of the Bucket the Client will interact with. If none is specified, the default Bucket will be used.

Defined in

client.ts:24

This interface defines the configuration options that can be provided when creating a Client instance for interacting with Object Storage. The bucketId property specifies the ID of the Bucket to be used. If no bucketId is provided, the Client will interact with the default Bucket.

Was this helpful?