Interface IListObjectsV2Paginator
Paginator for the ListObjectsV2 operation
public interface IListObjectsV2Paginator
Properties
CommonPrefixes
Enumerable containing all of the CommonPrefixes
IPaginatedEnumerable<string> CommonPrefixes { get; }
Property Value
- IPaginatedEnumerable<string>
Responses
Enumerable containing all full responses for the operation
IPaginatedEnumerable<ListObjectsV2Response> Responses { get; }
Property Value
- IPaginatedEnumerable<ListObjectsV2Response>
S3Objects
Enumerable containing all of the S3Objects
IPaginatedEnumerable<S3Object> S3Objects { get; }
Property Value
- IPaginatedEnumerable<S3Object>