UnityExternalLocation
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
credentialName | string | Required | The name of the credential used to access the external location. |
name | string | Required | The name of the external location. |
url | string | Required | URL of the external location. |
browseOnly | bool | Read-only | Whether this external location can only be browsed. |
comment | string | User-provided free-form text description. | |
createdAt | int | Read-only | Time at which this external location was created, in epoch milliseconds. |
createdBy | string | Read-only | Username of external location creator. |
credentialId | string | Read-only | Unique identifier of the credential used to access the external location. |
enableFileEvents | bool | Indicates whether file events are enabled for this external location. | |
fallback | bool | Indicates whether this location will be used as a fallback location. | |
fileEventQueue | FileEventQueue | Configuration for file event queue. | |
isolationMode | 'ISOLATION_MODE_OPEN' | 'ISOLATION_MODE_ISOLATED' | Read-only | Whether isolation mode is enabled for this external location. |
metastoreId | string | Read-only | Unique identifier of the metastore for the external location. |
owner | string | Username of current owner of external location. | |
readOnly | bool | Whether the external location is read-only. | |
skipValidation | bool | Suppress validation errors. | |
updatedAt | int | Read-only | Time at which this external location was last modified, in epoch milliseconds. |
updatedBy | string | Read-only | Username of user who last modified external location. |
FileEventQueue
| Property | Type | Attributes | Description |
|---|---|---|---|
managedAqs | ManagedAqs | Managed Azure Queue Storage configuration. | |
managedPubsub | ManagedPubSub | Managed Google Pub/Sub configuration. | |
managedSqs | ManagedSqs | Managed Amazon SQS configuration. | |
providedAqs | ProvidedAqs | Provided Azure Queue Storage configuration. | |
providedPubsub | ProvidedPubSub | Provided Google Pub/Sub configuration. | |
providedSqs | ProvidedSqs | Provided Amazon SQS configuration. |
ManagedAqs
| Property | Type | Attributes | Description |
|---|---|---|---|
resourceGroup | string | Required | The resource group. |
subscriptionId | string | Required | The subscription ID. |
managedResourceId | string | Read-only | The managed resource ID. |
queueUrl | string | The queue URL. |
ManagedPubSub
| Property | Type | Attributes | Description |
|---|---|---|---|
managedResourceId | string | Read-only | The managed resource ID. |
subscriptionName | string | The subscription name. |
ManagedSqs
| Property | Type | Attributes | Description |
|---|---|---|---|
managedResourceId | string | Read-only | The managed resource ID. |
queueUrl | string | The queue URL. |
ProvidedAqs
| Property | Type | Attributes | Description |
|---|---|---|---|
queueUrl | string | Required | The queue URL. |
managedResourceId | string | Read-only | The managed resource ID. |
resourceGroup | string | The resource group. | |
subscriptionId | string | The subscription ID. |
ProvidedPubSub
| Property | Type | Attributes | Description |
|---|---|---|---|
subscriptionName | string | Required | The subscription name. |
managedResourceId | string | Read-only | The managed resource ID. |
ProvidedSqs
| Property | Type | Attributes | Description |
|---|---|---|---|
queueUrl | string | Required | The queue URL. |
managedResourceId | string | Read-only | The managed resource ID. |