BucketsListOptions
import type { BucketsListOptions } from "https://googleapis.deno.dev/v1/storage:v1.ts";
Additional options for Storage#bucketsList.
interface BucketsListOptions {
maxResults?: number;
pageToken?: string;
prefix?: string;
project: string;
projection?: "full" | "noAcl";
softDeleted?: boolean;
userProject?: string;
}§Properties
§
maxResults?: number
[src]Maximum number of buckets to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
§
pageToken?: string
[src]A previously-returned page token representing part of the larger set of results to view.
§
softDeleted?: boolean
[src]If true, only soft-deleted bucket versions will be returned. The default is false. For more information, see Soft Delete.