# WeaviateApi.Command

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**blobParameters** | [**JsonObject**](JsonObject.md) |  | [optional] 
**blobResults** | [**JsonObject**](JsonObject.md) |  | [optional] 
**component** | **String** | Component name paths separated by &#39;/&#39;. | [optional] 
**creationTimeMs** | **String** | Timestamp since epoch of a creation of a command. | [optional] 
**creatorEmail** | **String** | User that created the command (not applicable if the user is deleted). | [optional] 
**deviceId** | **String** | Device ID that this command belongs to. | [optional] 
**error** | [**CommandError**](CommandError.md) |  | [optional] 
**expirationTimeMs** | **String** | Timestamp since epoch of command expiration. | [optional] 
**expirationTimeoutMs** | **String** | Expiration timeout for the command since its creation, 10 seconds min, 30 days max. | [optional] 
**id** | **String** | Unique command ID. | [optional] 
**kind** | **String** | Identifies what kind of resource this is. Value: the fixed string \&quot;weave#command\&quot;. | [optional] [default to &#39;weave#command&#39;]
**lastUpdateTimeMs** | **String** | Timestamp since epoch of last update made to the command. | [optional] 
**name** | **String** | Full command name, including trait. | [optional] 
**parameters** | [**JsonObject**](JsonObject.md) |  | [optional] 
**progress** | [**JsonObject**](JsonObject.md) |  | [optional] 
**results** | [**JsonObject**](JsonObject.md) |  | [optional] 
**state** | **String** | Current command state. | [optional] 
**userAction** | **String** | Pending command state that is not acknowledged by the device yet. | [optional] 


<a name="StateEnum"></a>
## Enum: StateEnum


* `aborted` (value: `"aborted"`)

* `cancelled` (value: `"cancelled"`)

* `done` (value: `"done"`)

* `error` (value: `"error"`)

* `expired` (value: `"expired"`)

* `inProgress` (value: `"inProgress"`)

* `queued` (value: `"queued"`)




