Table of Contents

Interface IListVersionsPaginator

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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>