Defines a output fields struct for data in DataObject.
| JSON representation |
|---|
{ "dataFields": [ string ], "vectorFields": [ string ], "metadataFields": [ string ] } |
| Fields | |
|---|---|
dataFields[] |
Optional. The fields from the data fields to include in the output. |
vectorFields[] |
Optional. The fields from the vector fields to include in the output. |
metadataFields[] |
Optional. The fields from the DataObject metadata to include in the output. |