Firebase. Storage. StorageListResult
Represents the result of a List operation.
Summary
Properties |
|
|---|---|
Items
|
IReadOnlyList< StorageReference >
Gets the list of items (files) returned by the List operation.
|
NextPageToken
|
string
Gets a page token that can be used to resume the List operation, or an empty string if there are no more results.
|
Prefixes
|
IReadOnlyList< StorageReference >
Gets the list of prefixes (folders) returned by the List operation.
|
Properties
Items
IReadOnlyList< StorageReference > Items
Gets the list of items (files) returned by the List operation.
NextPageToken
string NextPageToken
Gets a page token that can be used to resume the List operation, or an empty string if there are no more results.
Prefixes
IReadOnlyList< StorageReference > Prefixes
Gets the list of prefixes (folders) returned by the List operation.