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 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 Prefixes
Gets the list of prefixes (folders) returned by the List operation.