Class: Kaltura::KalturaWowzaMediaServerNodeOrderBy

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura_plugins/kaltura_wowza_client_plugin.rb

Constant Summary collapse

CREATED_AT_ASC =
"+createdAt"
HEARTBEAT_TIME_ASC =
"+heartbeatTime"
UPDATED_AT_ASC =
"+updatedAt"
CREATED_AT_DESC =
"-createdAt"
HEARTBEAT_TIME_DESC =
"-heartbeatTime"
UPDATED_AT_DESC =
"-updatedAt"