Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

GStorageObject Type

This type represents a single Storage Object.

Remarks

This type represents a single Storage 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.

Name
String

The name (key) of the current object.

LastModified
String

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

OwnerDisplayName
String

The display name of the Object 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.

Constructors

[VB.NET]
Public GStorageObject()

[C#]
public GStorageObject();



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

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



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0