BlobMetadata Class

Definition

Response for Get file metadata using id

public class BlobMetadata
type BlobMetadata = class
Public Class BlobMetadata
Inheritance
BlobMetadata

Constructors

Name Description
BlobMetadata()

Properties

Name Description
DisplayName

The display name of the file or folder.

ETag

The etag of the file or folder.

FileLocator

The filelocator of the file or folder.

Id

The unique id of the file or folder.

IsFolder

A boolean value (true, false) to indicate whether or not the blob is a folder.

LastModified

The date and time the file or folder was last modified.

LastModifiedBy

The user who last modified the file or folder.

MediaType

The media type of the file or folder.

Name

The name of the file or folder.

Path

The path of the file or folder.

Size

The size of the file or folder.

Applies to