Partilhar via


HDInsightHiveActivity Construtores

Definição

Sobrecargas

HDInsightHiveActivity()

Inicializa uma nova instância da classe HDInsightHiveActivity.

HDInsightHiveActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, Object, LinkedServiceReference, IDictionary<String,Object>, IList<Object>, Nullable<Int32>)

Inicializa uma nova instância da classe HDInsightHiveActivity.

HDInsightHiveActivity()

Inicializa uma nova instância da classe HDInsightHiveActivity.

public HDInsightHiveActivity ();
Public Sub New ()

Aplica-se a

HDInsightHiveActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<LinkedServiceReference>, IList<Object>, String, Object, LinkedServiceReference, IDictionary<String,Object>, IList<Object>, Nullable<Int32>)

Inicializa uma nova instância da classe HDInsightHiveActivity.

public HDInsightHiveActivity (string name, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> storageLinkedServices = default, System.Collections.Generic.IList<object> arguments = default, string getDebugInfo = default, object scriptPath = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference scriptLinkedService = default, System.Collections.Generic.IDictionary<string,object> defines = default, System.Collections.Generic.IList<object> variables = default, int? queryTimeout = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity : string * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * System.Collections.Generic.IList<obj> * string * obj * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<obj> * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity
Public Sub New (name As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional storageLinkedServices As IList(Of LinkedServiceReference) = Nothing, Optional arguments As IList(Of Object) = Nothing, Optional getDebugInfo As String = Nothing, Optional scriptPath As Object = Nothing, Optional scriptLinkedService As LinkedServiceReference = Nothing, Optional defines As IDictionary(Of String, Object) = Nothing, Optional variables As IList(Of Object) = Nothing, Optional queryTimeout As Nullable(Of Integer) = Nothing)

Parâmetros

name
String

Nome da atividade.

additionalProperties
IDictionary<String,Object>

As propriedades sem correspondência da mensagem são desserializadas nesta coleção

description
String

Descrição da atividade.

dependsOn
IList<ActivityDependency>

A atividade depende da condição.

userProperties
IList<UserProperty>

Propriedades do usuário de atividade.

linkedServiceName
LinkedServiceReference

Referência de serviço vinculado.

policy
ActivityPolicy

Política de atividade.

storageLinkedServices
IList<LinkedServiceReference>

Referências de serviço vinculado de armazenamento.

arguments
IList<Object>

Argumentos especificados pelo usuário para HDInsightActivity.

getDebugInfo
String

Opção de informações de depuração. Os valores possíveis incluem: 'None', 'Always', 'Failure'

scriptPath
Object

Caminho do script. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

scriptLinkedService
LinkedServiceReference

Referência de serviço vinculado de script.

defines
IDictionary<String,Object>

Permite que o usuário especifique definições para solicitação de trabalho do Hive.

variables
IList<Object>

Argumentos especificados pelo usuário no namespace hivevar.

queryTimeout
Nullable<Int32>

Consultar o valor do tempo limite (em minutos). Eficaz quando o cluster HDInsight está com ESP (Enterprise Security Package)

Aplica-se a