DataViewDefinition
Syntax
event DataViewDefinition {
string msgId;
string dvName;
string dvDisplayName;
string dvDescription;
sequence<string> fieldNames;
sequence<string> fieldTypes;
sequence<string> keyFields;
dictionary<string, string> extraParams;
}
These events are responses to DataViewAddDefinition events. They indicate the successful creation of a DataView definition. The contents of the fields are exactly those of the DataViewAddDefinition event to which this is a response, except possibly for extraParams (an optional field that future implementations may use).