interface ObjectStorageStoreOptions {
    abortSignal?: AbortSignal;
    args?: BackendComponentFunctionCallArgs;
    tags?: ObjectStorageTags;
}

Hierarchy

Properties

abortSignal?: AbortSignal
args?: BackendComponentFunctionCallArgs

Extra arguments for Cloud Functions.

tags?: ObjectStorageTags