NodeConfiguration.StatisticsWriteLogStatisticsToTable 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.
Caution
Statistics table is no longer supported.
The WriteLogStatisticsToTable attribute specifies whether log statistics should also be written into a separate, special Azure table. The default is yes.
public bool StatisticsWriteLogStatisticsToTable { get; set; }
[System.Obsolete("Statistics table is no longer supported.")]
public bool StatisticsWriteLogStatisticsToTable { get; set; }
member this.StatisticsWriteLogStatisticsToTable : bool with get, set
[<System.Obsolete("Statistics table is no longer supported.")>]
member this.StatisticsWriteLogStatisticsToTable : bool with get, set
Public Property StatisticsWriteLogStatisticsToTable As Boolean
Property Value
Implements
- Attributes