AzureHDInsightPigJobDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |