ProtectedQueryDistributeOutput
Contains the output information for a protected query with a distribute output configuration.
This output type allows query results to be distributed to multiple receivers, including S3 and collaboration members. It is only available for queries using the Spark analytics engine.
Types
Properties
Link copied to clipboard
Contains the output results for each member location specified in the distribute output configuration. Each entry provides details about the result distribution to a specific collaboration member.
Link copied to clipboard
Contains output information for protected queries with an S3 output type.
Functions
Link copied to clipboard
inline fun copy(block: ProtectedQueryDistributeOutput.Builder.() -> Unit = {}): ProtectedQueryDistributeOutput