ISiteExtensionInfo.DownloadCount Property

Definition

Count of downloads.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Count of downloads.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="download_count", Update=true)]
public int? DownloadCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Count of downloads.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="download_count", Update=true)>]
member this.DownloadCount : Nullable<int> with get, set
Public Property DownloadCount As Nullable(Of Integer)

Property Value

Attributes

Applies to