FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | msgId
Optional application-defined message identifier used to correlate requests and responses. |
string | dvName
The name that uniquely identifies this DataView (e.g. DataView_XXX). |
string | dvDisplayName
The display name of the DataView (e.g. "XXX manager"). |
string | dvDescription
Optional field containing a description of this DataView (e.g. "This DataView exposes XXX objects"). |
sequence<string > | fieldNames
Specifies the names of each field exposed by the DataView. |
sequence<string > | fieldTypes
Specifies the types corresponding to each field in the fieldNames sequence. Supported types are: string, float, integer, boolean, decimal. |
sequence<string > | keyFields
Optional set of field names whose values in an Item are to be combined to make a unique key that can be used instead of the dvItemId field of DataViewDeleteItem, DataViewUpdateItem, and DataViewUpdateDelta events. |
dictionary<string, string > | extraParams
Optional dictionary of extra information about this definition, some of which may be available for display in dashboards and clients. |
Member Detail |
---|
string dvDescriptionOptional field containing a description of this DataView (e.g. "This DataView exposes XXX objects").
string dvDisplayNameThe display name of the DataView (e.g. "XXX manager").
string dvNameThe name that uniquely identifies this DataView (e.g. DataView_XXX).
dictionary<string, string > extraParamsOptional dictionary of extra information about this definition, some of which may be available for display in dashboards and clients.
sequence<string > fieldNamesSpecifies the names of each field exposed by the DataView.
sequence<string > fieldTypesSpecifies the types corresponding to each field in the fieldNames sequence. Supported types are: string, float, integer, boolean, decimal.
sequence<string > keyFieldsOptional set of field names whose values in an Item are to be combined to make a unique key that can be used instead of the dvItemId field of DataViewDeleteItem, DataViewUpdateItem, and DataViewUpdateDelta events.
string msgIdOptional application-defined message identifier used to correlate requests and responses.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |