@textile/hub > GetOrCreateOptions
GetOrCreateOptions interface
Options for getOrCreate
Signature:
export interface GetOrCreateOptions
Properties
Property | Type | Description |
---|---|---|
cid? | string | (Optional) Seed a new bucket with the data available at the content address (CID). |
encrypted? | boolean | (Optional) Encrypt the contents of the bucket on IPFS |
threadID? | string | (Optional) ID of the Thread where the Bucket will be created. Will override any ThreadName if different. |
threadName? | string | (Optional) Name of the Thread where the Bucket will be created. |