Share via


IFirmwareSummary.ExtractedFileCount Property

Definition

Extracted file count.

[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Extracted file count.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="extractedFileCount", Update=true)]
public long? ExtractedFileCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Extracted file count.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="extractedFileCount", Update=true)>]
member this.ExtractedFileCount : Nullable<int64> with get, set
Public Property ExtractedFileCount As Nullable(Of Long)

Property Value

Attributes

Applies to