IAmlFilesystem.SettingImportPrefix 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.
Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="importPrefix")]
public string SettingImportPrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="importPrefix")>]
member this.SettingImportPrefix : string with get, set
Public Property SettingImportPrefix As String
Property Value
- Attributes