NAME

Get-DcsRecordingResolution

SYNOPSIS

Returns the resolution of the recording session.

SYNTAX

Get-DcsRecordingResolution   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Returns the resolution of the recording session. The resolution is the time interval between when the data is recorded.

PARAMETERS

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection will be used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

OUTPUTS

TimeSpan : Object that describes the resolution.

NOTES

Also see Add-DcsRecordingPoint, Get-DcsRecordingInstance, Get-DcsRecordingPerformance, Get-DcsRecordingPoint, Get-DcsRecordingEndpoint, Get-DcsRecordingSession, Get-DcsRecordingStatistics

EXAMPLES


-------------- Example 1 Returns the resolution of the recording session --------------
Get-DcsRecordingResolution
		

The cmdlet Get-DcsRecordingResolution is invoked to return the time interval between when the performance data is recorded. The TimeSpan object is returned indicating that data is collected and recorded every 2 minutes.

Days:0
Hours:0
Minutes:2
Seconds:0
Milliseconds:0
Ticks:1200000000
TotalDays:0.00138888888888889
TotalHours:0.0333333333333333
TotalMinutes:2
TotalSeconds:120
TotalMilliseconds:120000