Structure Data Fields
Structure data fields represent event fields with a user-defined type. A structure data field can contain members that are simple data types, arrays, or other structures.
Sample:StructEvent {
string count;
struct sample_struct {
BrokerDate sample_date;
int sample_array [] [];
}
}