AnalysisLogExport

An export of the redacted Apache Spark logs for a protected query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the protected query that the analysis logs were exported for.

Link copied to clipboard

The unique identifier of the analysis log export.

Link copied to clipboard

The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.

Link copied to clipboard

The time the analysis log export was created.

Link copied to clipboard

The analysis log export error. This is present only when the export status is FAILED.

Link copied to clipboard

The unique identifier of the membership that the analysis log export belongs to.

Link copied to clipboard

Contains the details needed to write the exported analysis logs.

Link copied to clipboard

The status of the analysis log export. Possible values are:

Link copied to clipboard

The time the analysis log export was last updated.

Functions

Link copied to clipboard
inline fun copy(block: AnalysisLogExport.Builder.() -> Unit = {}): AnalysisLogExport
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String