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

WasabiPart Type

This type represents a single Wasabi Part.

Remarks

This type represents a single Wasabi 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's owner.

OwnerId
String

The owner Id of the part.

PartNumber
Integer

The number of the current part.

Size
Integer

The size of the current part.

Constructors

[VB.NET]
Public WasabiPart()

[C#]
public WasabiPart();



[VB.NET]
Public WasabiPart(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 WasabiPart(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]