Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

S3Part Type

This type represents a single Part.

Remarks

This type represents a single Part.

Fields

ETag
String

An Etag for the current part.

LastModified
String

The date and time at which the part was last modified.

ObjectName
String

The name (key) of the current object.

OwnerDisplayName
String

The display name of the Object owner.

OwnerId
String

The owner ID of the part.

PartNumber
Integer

The part number of the current part.

Size
Integer

The size of the current part.

Constructors

[VB.NET]
Public S3Part()

[C#]
public S3Part();



[VB.NET]
Public S3Part(ByVal PartNumber As Integer, ByVal ObjectName As String, ByVal LastModified As String, ByVal Size As Integer, ByVal ETag As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String)

[C#]
public S3Part(int partNumber, string objectName, string lastModified, int size, string ETag, string ownerId, string ownerDisplayName);



 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]