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 |
Extends
Members
count :number
Gets or sets the count in this bundle
Type:
- number
focal :string
Entry into the bundle
Type:
- string
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
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
resource :IdentifiedData
Gets or sets items in the bundle
Type:
totalResults :number
Gets or sets the total results
Type:
- number