你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureHDInsightPigJobDefinition Class

Definition

Provides creation details for a new Pig jobDetails.

public class AzureHDInsightPigJobDefinition : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition
type AzureHDInsightPigJobDefinition = class
    inherit AzureHDInsightJobDefinition
Public Class AzureHDInsightPigJobDefinition
Inherits AzureHDInsightJobDefinition
Inheritance
AzureHDInsightPigJobDefinition

Constructors

AzureHDInsightPigJobDefinition()

Properties

Arguments

Gets the arguments for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)
File

Gets or sets the query file to use for a pig jobDetails.

Files

Gets the files to be copied to the cluster

(Inherited from AzureHDInsightJobDefinition)
Query

Gets or sets the query to use for a pig jobDetails.

StatusFolder

Gets or sets the status folder to use for the jobDetails.

(Inherited from AzureHDInsightJobDefinition)

Applies to