JSON representation of a reflection
See Reflection for more information.
{
"entityType": "reflection" [immutable, generated by Dremio],
"id": String [immutable, generated by Dremio],
"tag": String [immutable, generated by Dremio],
"name": String,
"enabled": Boolean,
"createdAt": String (RFC3339 date) [immutable, generated by Dremio],
"updatedAt": String (RFC3339 date) [immutable, generated by Dremio],
"type": String ["AGGREGATION", "RAW"] [immutable after creation],
"datasetId": String [immutable after creation],
"currentSizeBytes": Number [immutable, generated by Dremio],
"totalSizeBytes": Number [immutable, generated by Dremio],
"status": Reflection Status [immutable, generated by Dremio],
"dimensionFields": [Reflection Field With Granularity] [optional, only valid for AGGREGATION],
"measureFields": [Reflection Field] [optional, only valid for AGGREGATION],
"displayFields": [Reflection Field] [optional, only valid for RAW],
"distributionFields": [Reflection Field] [optional],
"partitionFields": [Reflection Field] [optional],
"sortFields": [Reflection Field] [optional],
"partitionDistributionStrategy": String ["CONSOLIDATED", "STRIPED"],
}
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.