Syntax
Set-StatInterval [[-SamplingPeriodSecs] <Int32>] [[-StorageTimeSecs] <Int32>] [-Interval] <StatInterval[]> [[-Server] <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
Changes the statistics interval that is specified by the provided parameters.Parameters
Return Type
StatIntervalNotes
Examples
-------------- Example 1 --------------
Set-StatInterval -Interval "past day" -StorageTimeSecs 700000
Changes the storage time of the "past day" statistics interval.