共用方式為


IImportJobPropertiesStatus.ImportedFile Property

Definition

New or modified files that have been imported into the filesystem.

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="New or modified files that have been imported into the filesystem.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="importedFiles", Update=false)]
public long? ImportedFile { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="New or modified files that have been imported into the filesystem.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="importedFiles", Update=false)>]
member this.ImportedFile : Nullable<int64>
Public ReadOnly Property ImportedFile As Nullable(Of Long)

Property Value

Attributes

Applies to