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