Compartir a través de


SparkBatchJobResultType Estructura

Definición

Resultado del trabajo por lotes de Spark.

public readonly struct SparkBatchJobResultType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SparkBatchJobResultType>
type SparkBatchJobResultType = struct
Public Structure SparkBatchJobResultType
Implements IEquatable(Of SparkBatchJobResultType)
Herencia
SparkBatchJobResultType
Implementaciones

Constructores

SparkBatchJobResultType(String)

Inicializa una nueva instancia de la clase SparkBatchJobResultType.

Propiedades

Cancelled

Cancelado.

Failed

Failed.

Succeeded

Tuvo éxito.

Uncertain

Incierto.

Métodos

Equals(SparkBatchJobResultType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(SparkBatchJobResultType, SparkBatchJobResultType)

Determina si dos SparkBatchJobResultType valores son los mismos.

Implicit(String to SparkBatchJobResultType)

Convierte una cadena en un SparkBatchJobResultType.

Inequality(SparkBatchJobResultType, SparkBatchJobResultType)

Determina si dos SparkBatchJobResultType valores no son los mismos.

Se aplica a