NSX-T Data Center REST API
FileProperties (schema)
File properties
| Name | Description | Type | Notes | 
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. | array of ResourceLink | Readonly | 
| _schema | Schema for this resource | string | Readonly | 
| _self | Link to this resource | SelfResourceLink | Readonly | 
| created_epoch_ms | File creation time in epoch milliseconds | integer | Required | 
| modified_epoch_ms | File modification time in epoch milliseconds | integer | Required | 
| name | File name | string | Required Pattern: "^[^/]+$" | 
| size | Size of the file in bytes | integer | Required |