Record
object-metadata
information about an object
record object-metadata {
name: object-name,
container: container-name,
created-at: timestamp,
size: object-size,
}Fields
| Name | Type | Description |
|---|---|---|
| name | object-name | the object's name |
| container | container-name | the object's parent container |
| created-at | timestamp | date and time the object was created |
| size | object-size | size of the object, in bytes |