---
title: Export
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Export
---

# Export

An OCI Export is a configuration within the File Storage service that defines how a file system is shared with client instances. It specifies the file system path, export options, and access permissions, controlling how NFS clients read or write data.

```gdscript3
oci.filestorage_export
```

## Fields

| Title                        | ID   | Type       | Data Type                                                                                                                                                                                                                                                          | Description |
| ---------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                         | core | string     |
| cloud_account_id             | core | string     | The identifier of the related cloud account. The concept of an account might have different names in different cloud providers. AWS is calling it account, GCP calls it project and Azure uses the term subscription.                                              |
| cloud_account_name           | core | string     | The name of the account this resource belongs to.                                                                                                                                                                                                                  |
| cloud_provider               | core | string     | The name of the cloud provider.                                                                                                                                                                                                                                    |
| cloud_tags                   | core | hstore     |
| compartment_id               | core | string     | Compartment containing the resource. Used for Access control, logical grouping, and authorization boundaries.                                                                                                                                                      |
| created_at                   | core | timestamp  | Time when the resource has been created.                                                                                                                                                                                                                           |
| export_options               | core | json       | The value to assign to the export_options property of this Export.                                                                                                                                                                                                 |
| export_set_id                | core | string     | The value to assign to the export_set_id property of this Export.                                                                                                                                                                                                  |
| file_system_id               | core | string     | The value to assign to the file_system_id property of this Export.                                                                                                                                                                                                 |
| freeform_tags                | core | hstore     | The value to assign to the freeform_tags property of this Instance.                                                                                                                                                                                                |
| id                           | core | string     | The value to assign to the id property of this Export.                                                                                                                                                                                                             |
| is_idmap_groups_for_sys_auth | core | bool       | The value to assign to the is_idmap_groups_for_sys_auth property of this Export.                                                                                                                                                                                   |
| lifecycle_state              | core | string     | The value to assign to the lifecycle_state property of this Export. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. |
| locks                        | core | json       | The value to assign to the locks property of this Export.                                                                                                                                                                                                          |
| name                         | core | string     | The name of this resource.                                                                                                                                                                                                                                         |
| path                         | core | string     | The value to assign to the path property of this Export.                                                                                                                                                                                                           |
| region_id                    | core | string     | The region this resource resides within.                                                                                                                                                                                                                           |
| resource_type                | core | string     | The name of the resource type.                                                                                                                                                                                                                                     |
| tags                         | core | hstore_csv |
| tenancy_ocid                 | core | string     | The OCID of the tenancy containing the resource.                                                                                                                                                                                                                   |
| time_created                 | core | timestamp  | The value to assign to the time_created property of this Export.                                                                                                                                                                                                   |
| updated_at                   | core | timestamp  | Time when the resource has been updated the last time.                                                                                                                                                                                                             |
| zone_id                      | core | string     | The zone this resource resides within.                                                                                                                                                                                                                             |
