Show / Hide Table of Contents

Class StoreFileArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StoreFileArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataLake
Assembly: Pulumi.Azure.dll
Syntax
public sealed class StoreFileArgs : ResourceArgs

Constructors

View Source

StoreFileArgs()

Declaration
public StoreFileArgs()

Properties

View Source

AccountName

Specifies the name of the Data Lake Store for which the File should created.

Declaration
public Input<string> AccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LocalFilePath

The path to the local file to be added to the Data Lake Store.

Declaration
public Input<string> LocalFilePath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RemoteFilePath

The path created for the file on the Data Lake Store.

Declaration
public Input<string> RemoteFilePath { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.