IPWorks Cloud 2020 macOS 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 property 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 property reflects the content type of the resource.

eTag
String

The ETag of the resource.

This property reflects the ETag of the resource.

modifiedTime
String

The last modified time of the resource.

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

name
String

The name of the resource.

This property reflects the name of the resource.

path
String

The path of the resource.

This property 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 property reflects the name of the share the resource resides in.

size
Int64

The size of the file.

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

type
AzureFileResourceTypes

The resource's type.

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

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

Constructors

public init()

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