Skip to content

Commit

Permalink
rename resultOption table
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Oct 21, 2023
1 parent 4813b3f commit 7ec5d98
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions docs/nex/protocols/datastore/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,12 +851,12 @@ Revision 1:

### DataStoreGetMetaParam ([Structure])

| Type | Name |
|------------------------------|-------------------------------|
| Uint64 | dataId |
| [DataStorePersistenceTarget] | persistenceTarget |
| Uint8 | [resultOption](#resultOption) |
| Uint64 | accessPassword |
| Type | Name |
|------------------------------|--------------------------------|
| Uint64 | dataId |
| [DataStorePersistenceTarget] | persistenceTarget |
| Uint8 | [resultOption](#result-option) |
| Uint64 | accessPassword |

### DataStoreRatingInfo ([Structure])

Expand Down Expand Up @@ -959,24 +959,24 @@ In NEX version 3.0, the data ID was set to a Uint64 and the version was set to a

### DataStoreSearchParam ([Structure])

| Type | Name |
|------------------------|-------------------------------|
| Uint8 | searchTarget |
| [List]<[PID]> | ownerIds |
| Uint8 | ownerType |
| [List]<Uint64> | destinationIds |
| Uint16 | dataType |
| [DateTime] | createdAfter |
| [DateTime] | createdBefore |
| [DateTime] | updatedAfter |
| [DateTime] | updatedBefore |
| Uint32 | referDataId |
| [List]<[String]> | tags |
| Uint8 | resultOrderColumn |
| Uint8 | resultOrder |
| [ResultRange] | resultRange |
| Uint8 | [resultOption](#resultOption) |
| Uint32 | minimalRatingFrequency |
| Type | Name |
|------------------------|--------------------------------|
| Uint8 | searchTarget |
| [List]<[PID]> | ownerIds |
| Uint8 | ownerType |
| [List]<Uint64> | destinationIds |
| Uint16 | dataType |
| [DateTime] | createdAfter |
| [DateTime] | createdBefore |
| [DateTime] | updatedAfter |
| [DateTime] | updatedBefore |
| Uint32 | referDataId |
| [List]<[String]> | tags |
| Uint8 | resultOrderColumn |
| Uint8 | resultOrder |
| [ResultRange] | resultRange |
| Uint8 | [resultOption](#result-option) |
| Uint32 | minimalRatingFrequency |

Revision 1:

Expand All @@ -992,27 +992,27 @@ Revision 2:

In revision 3, a total count enabled field was added. Note that this field was inserted before the data types field:

| Type | Name |
|------------------------|-------------------------------|
| Uint8 | searchTarget |
| [List]<[PID]> | ownerIds |
| Uint8 | ownerType |
| [List]<Uint64> | destinationIds |
| Uint16 | dataType |
| [DateTime] | createdAfter |
| [DateTime] | createdBefore |
| [DateTime] | updatedAfter |
| [DateTime] | updatedBefore |
| Uint32 | referDataId |
| [List]<[String]> | tags |
| Uint8 | resultOrderColumn |
| Uint8 | resultOrder |
| [ResultRange] | resultRange |
| Uint8 | [resultOption](#resultOption) |
| Uint32 | minimalRatingFrequency |
| Bool | useCache |
| Bool | totalCountEnabled |
| [List]<Uint16> | dataTypes |
| Type | Name |
|------------------------|--------------------------------|
| Uint8 | searchTarget |
| [List]<[PID]> | ownerIds |
| Uint8 | ownerType |
| [List]<Uint64> | destinationIds |
| Uint16 | dataType |
| [DateTime] | createdAfter |
| [DateTime] | createdBefore |
| [DateTime] | updatedAfter |
| [DateTime] | updatedBefore |
| Uint32 | referDataId |
| [List]<[String]> | tags |
| Uint8 | resultOrderColumn |
| Uint8 | resultOrder |
| [ResultRange] | resultRange |
| Uint8 | [resultOption](#result-option) |
| Uint32 | minimalRatingFrequency |
| Bool | useCache |
| Bool | totalCountEnabled |
| [List]<Uint16> | dataTypes |

In NEX version 4.0, the revision number was set back to 0 with no other changes.

Expand Down Expand Up @@ -1219,7 +1219,7 @@ Permission types:
| Sint8 | periodHour |
| Sint16 | periodDuration |

### resultOption
### Result options

In DataStore `resultOption` is a set of flags which determine what extra data gets returned when requesting an objects metadata. The following flags are used

Expand Down

0 comments on commit 7ec5d98

Please sign in to comment.