IAmlFilesystemArchive.FilesystemPath 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.
Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="filesystemPath")]
public string FilesystemPath { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="filesystemPath")>]
member this.FilesystemPath : string
Public ReadOnly Property FilesystemPath As String
Property Value
- Attributes