Table of Contents

Interface IListObjectsPaginator

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

Paginator for the ListObjects operation

public interface IListObjectsPaginator

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<ListObjectsResponse> Responses { get; }

Property Value

IPaginatedEnumerable<ListObjectsResponse>

S3Objects

Enumerable containing all of the S3Objects

IPaginatedEnumerable<S3Object> S3Objects { get; }

Property Value

IPaginatedEnumerable<S3Object>