# Get Datastore

> `UiPath.VMware.Activities.GetDatastore`

`UiPath.VMware.Activities.GetDatastore`

Retrieves details of a given Datastore from a specified Host.

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Input

* **DatastoreName** - The name of the Datastore you wish to retrieve details about. This field supports only strings and `String` variables.
* **Host** - The Host that contains the Datastore you want to retrieve details about. This field supports only strings and `String` variables.
* **Timeout (seconds)** - Specifies the amount of time (in seconds) to wait for the activity to complete before an error is thrown. The default value is 30 seconds. This field supports only `Int32` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **Datastore** - The retrieved details about the specified Datastore, stored in a `Datastore` variable.
