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

WasabiObject Type

This type represents a single Wasabi Object.

Remarks

This type represents a single Wasabi Object.

Fields

ETag
String

An Etag for the current object. This is used to tell if an object has been modified. The value is the MD5 hash of the object.

LastModified
String

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

Name
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 object.

Size
Long

The size of the current object.

StorageClass
String

The storage type of the current object.

UploadId
String

The Id that identifies the multipart upload.

Constructors

[VB.NET]
Public WasabiObject()

[C#]
public WasabiObject();



[VB.NET]
Public WasabiObject(ByVal Name As String)

[C#]
public WasabiObject(string name);



[VB.NET]
Public WasabiObject(ByVal Name As String, ByVal LastModified As String, ByVal Size As Integer, ByVal StorageClass As String, ByVal ETag As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String, ByVal UploadId As String)

[C#]
public WasabiObject(string name, string lastModified, int size, string storageClass, string ETag, string ownerId, string ownerDisplayName, string uploadId);



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