Data stream

Get-DataStream

Synopsis

Get a stream.

Syntax

Get-DataStream [-GroupID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-DataStream [-StreamID <Int32>] [-Version <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all streams or returns a specific stream by its ID. If retrieving a specific stream, you can optionally specify its version. Without specifying it, the latest version is returned by default. When listing all streams, you can filter the results by group ID or property name.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑GroupID

Your group's ID.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑StreamID

Your stream's ID.

‑Version

Your stream's version. If omitted, the operation returns the latest stream version.

Related Links