Class GoogleDriveHandle
Google Drive file handle
Inheritance
System.Object
GoogleDriveHandle
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.IO.FileSystem.GoogleDrive.V2
Assembly: NFX.Web.dll
Syntax
public class GoogleDriveHandle : IFileSystemHandle
Constructors
GoogleDriveHandle(JSONDataMap)
Declaration
public GoogleDriveHandle(JSONDataMap info)
Parameters
Type | Name | Description |
---|---|---|
JSONDataMap | info |
Properties
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsFolder
Declaration
public bool IsFolder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifiedDate
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Declaration
public ulong Size { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |