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 |
name |
string | Gets the name of the subscription |
order |
number | Gets the order of synchronization |
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:
name :string
Gets the name of the subscription
Type:
- string
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
order :number
Gets the order of synchronization
Type:
- number
- Source:
uuid :string
Gets or sets the uuid
Type:
- string
- Source: