IPWorks Cloud 2020 Java Edition

Questions / Feedback?

AzureFileResource Type

An Azure File service file or folder.

Remarks

This type represents an Azure File service file or folder.

Fields

ContentMD5
String

An MD5 hash of the file's content.

This field reflects the MD5 hash of the file's content, if one is returned by the server. Always empty for folders.

ContentType
String

The content type of the resource.

This field reflects the content type of the resource.

ETag
String

The ETag of the resource.

This field reflects the ETag of the resource.

ModifiedTime
String

The last modified time of the resource.

This field reflects the last modified time of the resource, formatted according to RFC 1233.

Name
String

The name of the resource.

This field reflects the name of the resource.

Path
String

The path of the resource.

This field reflects the path of the resource (not including the name of the share it resides in; see Share).

Share
String

The name of the share the resource resides in.

This field reflects the name of the share the resource resides in.

Size
long

The size of the file.

This field reflects the size, in bytes, of the file resource. Always 0 for folders.

Type
int

The resource's type.

This field indicates whether the resource is a folder or a file. Possible values are:

0 (afrtFile) A file.
1 (afrtFolder) A folder.

Constructors

public AzureFileResource();



Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Java Edition - Version 20.0 [Build 8265]