Class: SubscriptionDefinition

SubscriptionDefinition(copyData)

new SubscriptionDefinition(copyData)

Class which is used to define a subscription type which clients can consume

Parameters:
Name Type Description
copyData SubscriptionDefinition Copy constructor (if present)
Properties:
Name Type Description
uuid string Gets or sets the uuid
modifiedOn Date Gets the time that this was modified
definitions SubscriptionClientDefinition Gets or sets the client side definitions
id string Gets or sets the primary identifying UUID of this object
operation BatchOperationType Gets or sets the operation(see: BatchOperationType for values)
$type string Gets the type registration of this object
Source:

Extends

Members

definitions :SubscriptionClientDefinition

Gets or sets the client side definitions

Type:
Source:

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Gets the time that this was modified

Type:
  • Date
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

uuid :string

Gets or sets the uuid

Type:
  • string
Source: