BlobMetadataResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Update file
public class BlobMetadataResponse
type BlobMetadataResponse = class
Public Class BlobMetadataResponse
- Inheritance
-
BlobMetadataResponse
Constructors
| Name | Description |
|---|---|
| BlobMetadataResponse() | |
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. |
| 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. |