Class StoreFileArgs
Inherited Members
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 SourceStoreFileArgs()
Declaration
public StoreFileArgs()
Properties
View SourceAccountName
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> |
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> |
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> |