File Class

Definition

Properties of the file or directory.

[Microsoft.Rest.Serialization.JsonTransformation]
public class File
[<Microsoft.Rest.Serialization.JsonTransformation>]
type File = class
Public Class File
Inheritance
File
Attributes

Constructors

File()

Initializes a new instance of the File class.

File(String, String, String, Nullable<DateTime>, Nullable<Int64>)

Initializes a new instance of the File class.

Properties

ContentLength

Gets content length.

DownloadUrl

Gets download URL.

FileType

Gets file type.

LastModified

Gets last modified time.

Name

Gets name.

Applies to