IDataLakeStoreFileSystemManagementClient.LongRunningOperationInitialTimeout Property

 

Gets or sets the initial timeout for Long Running Operations.

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

int LongRunningOperationInitialTimeout { get; set; }
property int LongRunningOperationInitialTimeout {
    int get();
    void set(int value);
}
abstract LongRunningOperationInitialTimeout : int with get, set
Property LongRunningOperationInitialTimeout As Integer

Property Value

Type: System.Int32

See Also

IDataLakeStoreFileSystemManagementClient Interface
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top