Interface IListVersionsPaginator
Paginator for the ListVersions operation
public interface IListVersionsPaginator
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<ListVersionsResponse> Responses { get; }
Property Value
- IPaginatedEnumerable<ListVersionsResponse>
Versions
Enumerable containing all of the Versions
IPaginatedEnumerable<S3ObjectVersion> Versions { get; }
Property Value
- IPaginatedEnumerable<S3ObjectVersion>