FileResponse
Properties
Name |
Type |
Description |
Notes |
volume_metadata |
object |
Metadata about this file's volume |
[optional] |
copy_job_id |
str |
Job that copied the file |
[optional] |
job_id |
str |
Job that performed operation on the file |
[optional] |
id |
str |
A unique identifier for this File |
[optional] |
name |
str |
The name of this File |
[optional] |
volume_id |
str |
The unique identifier of the volume where the file resides |
[optional] |
parent_folder_id |
str |
The unique identifier of the folder where the file resides |
[optional] |
volume_name |
str |
The name of the volume where the file resides |
[optional] |
volume_configuration_name |
str |
The name of the volume configuration (BYOB only) |
[optional] |
type |
str |
The type of the File |
[optional] |
tenant_id |
str |
The unique identifier for this File's Tenant |
[optional] |
sub_tenant_id |
str |
The unique identifier for this File's Sub Tenant |
[optional] |
path |
str |
The (GDS) path to this File |
[optional] |
time_created |
datetime |
The date & time this File was created, in GDS |
[optional] |
created_by |
str |
The creator of this File |
[optional] |
time_modified |
datetime |
The date & time this File was updated, in GDS |
[optional] |
modified_by |
str |
The updator of this File |
[optional] |
inherited_acl |
list[str] |
The inherited list of Id(s) that have access to this File |
[optional] |
urn |
str |
The Universal Resource Name, unique to this File |
[optional] |
size_in_bytes |
int |
The File's Size in bytes |
[optional] |
metadata |
object |
Metadata about this File |
[optional] |
is_uploaded |
bool |
The current upload state of the File |
[optional] |
archive_status |
ArchiveStatuses |
|
[optional] |
time_archived |
datetime |
The date & time this File was archived |
[optional] |
storage_tier |
StorageTier |
|
[optional] |
e_tag |
str |
The File's ETag |
[optional] |
format |
str |
The File's Format |
[optional] |
format_edam |
str |
|
[optional] |
status |
FileStatus |
|
[optional] |
life_cycle |
FileLifeCycleSettings |
|
[optional] |
restore_expiration |
datetime |
Restore expiration time |
[optional] |
presigned_url |
str |
The presigned Url allowing access to this File |
[optional] |
object_store_access |
ObjectStoreAccess |
|
[optional] |
[Back to Model list] [Back to API list] [Back to README]