Parts Property

A collection of multipart upload parts.

Syntax

public S3PartList Parts { get; }
Public ReadOnly Property Parts As S3PartList

Remarks

This collection holds a list of S3Part items.

Calling ListParts will populate this collection.

Note: This property is not applicable when ServiceProvider is spGoogleStorage (2); Google Cloud Storage does not support multipart uploads.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 .NET Edition - Version 20.0 [Build 8298]