Interface GetFilesOptions (5.11.1)

Package

@google-cloud/storage!

Properties

autoPaginate

autoPaginate?: boolean;
Property Value
TypeDescription
boolean

delimiter

delimiter?: string;
Property Value
TypeDescription
string

directory

directory?: string;
Property Value
TypeDescription
string

endOffset

endOffset?: string;
Property Value
TypeDescription
string

includeTrailingDelimiter

includeTrailingDelimiter?: boolean;
Property Value
TypeDescription
boolean

maxApiCalls

maxApiCalls?: number;
Property Value
TypeDescription
number

maxResults

maxResults?: number;
Property Value
TypeDescription
number

pageToken

pageToken?: string;
Property Value
TypeDescription
string

prefix

prefix?: string;
Property Value
TypeDescription
string

startOffset

startOffset?: string;
Property Value
TypeDescription
string

userProject

userProject?: string;
Property Value
TypeDescription
string

versions

versions?: boolean;
Property Value
TypeDescription
boolean