Class: SubscriptionClientDefinition

SubscriptionClientDefinition(copyData)

new SubscriptionClientDefinition(copyData)

Represents client side definition

Parameters:
Name Type Description
copyData SubscriptionClientDefinition Copy constructor (if present)
Properties:
Name Type Description
resource string Gets or sets the resource type reference
name string Gets or sets the name of the subscription
mode SubscriptionModeType Gets or sets the mode of the subscription(see: SubscriptionModeType for values)
trigger SubscriptionTriggerType Gets or sets the trigger(see: SubscriptionTriggerType for values)
ignoreModifiedOn boolean Gets or sets the ignore modified on (prevents If-Modified-Since from being used)
guards string Gets or sets the guards which indicate when this subscription can be activated
filters string Gets or sets the filters
Source:

Members

filters :string

Gets or sets the filters

Type:
  • string
Source:

guards :string

Gets or sets the guards which indicate when this subscription can be activated

Type:
  • string
Source:

ignoreModifiedOn :boolean

Gets or sets the ignore modified on (prevents If-Modified-Since from being used)

Type:
  • boolean
Source:

mode :SubscriptionModeType

Gets or sets the mode of the subscription

Type:
Source:

name :string

Gets or sets the name of the subscription

Type:
  • string
Source:

resource :string

Gets or sets the resource type reference

Type:
  • string
Source:

trigger :SubscriptionTriggerType

Gets or sets the trigger

Type:
Source: