Class: Bundle

Bundle(copyData)

new Bundle(copyData)

A bundle represents a batch of objects which are included within the bundle

Parameters:
Name Type Description
copyData Bundle Copy constructor (if present)
Properties:
Name Type Description
modifiedOn Date Gets the time the bundle was modified
resource IdentifiedData Gets or sets items in the bundle
focal string Entry into the bundle
offset number Gets or sets the count in this bundle
count number Gets or sets the count in this bundle
totalResults number Gets or sets the total results
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

count :number

Gets or sets the count in this bundle

Type:
  • number
Source:

focal :string

Entry into the bundle

Type:
  • string
Source:

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Gets the time the bundle was modified

Type:
  • Date
Overrides:
Source:

offset :number

Gets or sets the count in this bundle

Type:
  • number
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

resource :IdentifiedData

Gets or sets items in the bundle

Type:
Source:

totalResults :number

Gets or sets the total results

Type:
  • number
Source: