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

CSDirEntry Type

A listing in a directory returned from the server.

Remarks

The DirEntry type contains details about each entry returned after calling ListDirectory.

Fields

FileName
String

This field holds the name of the file or folder.

FileSize
Long

This field holds the size of the file in bytes. This is also applicable to folders for depending on the ServiceProvider.

The table below summarizes the applicability of this value on a per-provider basis:

Service ProviderFilesDirectories
AmazonS3 X
Azure Blob X
Box XX
DigitalOcean X
Dropbox X
GoogleDrive X
OneDrive XX
SharePoint
Wasabi X

FileTime
String

This field holds the modified date of the file. By default the datetime format used is "yyyy-MM-dd'T'HH:mm:ss". To modify this format set DateFormat.

Note: Modified times are not applicable to directories for the following providers:

  • Amazon S3
  • DigitalOcean
  • Dropbox
  • Wasabi

IsDir
Boolean

This field specifies whether the entry is a directory. If False the entry is a file.

Constructors

[VB.NET]
Public CSDirEntry()

[C#]
public CSDirEntry();



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