Table of Contents

Interface IListPartsPaginator

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

Paginator for the ListParts operation

public interface IListPartsPaginator

Properties

Parts

Enumerable containing all of the Parts

IPaginatedEnumerable<PartDetail> Parts { get; }

Property Value

IPaginatedEnumerable<PartDetail>

Responses

Enumerable containing all full responses for the operation

IPaginatedEnumerable<ListPartsResponse> Responses { get; }

Property Value

IPaginatedEnumerable<ListPartsResponse>