ExportAzureDataLakeStoreItem.Recurse Property
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.
[System.Management.Automation.Parameter(HelpMessage="Indicates if the download should be recursive for folder downloads. The default is false.", Mandatory=false, ParameterSetName="NoDiagnosticLogging", Position=3, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Indicates if the download should be recursive for folder downloads. The default is false.", Mandatory=false, ParameterSetName="IncludeDiagnosticLogging", Position=3, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.SwitchParameter Recurse { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Indicates if the download should be recursive for folder downloads. The default is false.", Mandatory=false, ParameterSetName="NoDiagnosticLogging", Position=3, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Indicates if the download should be recursive for folder downloads. The default is false.", Mandatory=false, ParameterSetName="IncludeDiagnosticLogging", Position=3, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Recurse : System.Management.Automation.SwitchParameter with get, set
Public Property Recurse As SwitchParameter
Property Value
- Attributes