LogCondition
LogCondition
A condition to be used against Log object types. All fields are tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | BigInt | Checks for equality with the object’s `id` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| objectType | String | Checks for equality with the object’s `objectType` field. | |
| objectId | UUID | Checks for equality with the object’s `objectId` field. | |
| action | String | Checks for equality with the object’s `action` field. | |
| clientAddr | InternetAddress | Checks for equality with the object’s `clientAddr` field. | |
| clientPort | Int | Checks for equality with the object’s `clientPort` field. | |
| changedFields | KeyValueHash | Checks for equality with the object’s `changedFields` field. | |
| previousFields | KeyValueHash | Checks for equality with the object’s `previousFields` field. | |
| systemAccessId | UUID | Checks for equality with the object’s `systemAccessId` field. | |
| userId | UUID | Checks for equality with the object’s `userId` field. | |
| applicationName | String | Checks for equality with the object’s `applicationName` field. | |
| transactionId | BigInt | Checks for equality with the object’s `transactionId` field. | |
| sessionUserName | String | Checks for equality with the object’s `sessionUserName` field. | |
| remoteAddress | String | Checks for equality with the object’s `remoteAddress` field. | |
| tokenId | String | Checks for equality with the object’s `tokenId` field. | |
| relid | Int | Checks for equality with the object’s `relid` field. | |
| timestamp | Datetime | Checks for equality with the object’s `timestamp` field. | |
| systemTokenId | UUID | Checks for equality with the object’s `systemTokenId` field. | |
| systemUserId | UUID | Checks for equality with the object’s `systemUserId` field. | |
| spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
| traceId | String | Checks for equality with the object’s `traceId` field. | |