Class AccountQueuePropertiesHourMetrics
Inheritance
System.Object
AccountQueuePropertiesHourMetrics
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountQueuePropertiesHourMetrics
Fields
View SourceEnabled
Indicates whether hour metrics are enabled for the Queue service. Changing this forces a new resource.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IncludeApis
Indicates whether metrics should generate summary statistics for called API operations.
Declaration
public readonly bool? IncludeApis
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RetentionPolicyDays
Specifies the number of days that logs will be retained. Changing this forces a new resource.
Declaration
public readonly int? RetentionPolicyDays
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Version
The version of storage analytics to configure. Changing this forces a new resource.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |