Class: Binary<T>
One Binary instance
Extends
BinaryMap
<T
>
Type parameters
• T = any
Constructors
new Binary(attribute, model)
new Binary<
T
>(attribute
,model
):Binary
<T
>
Parameters
• attribute: string
• model: CoreModel
Returns
Binary
<T
>
Overrides
Source
packages/core/src/services/binary.ts:306
Properties
__ctx
__ctx:
OperationContext
<any
,any
>
Current context
Inherited from
Source
packages/core/src/services/binary.ts:247
__store
__store:
BinaryService
<BinaryParameters
,BinaryEvents
>
Link to the binary store
Inherited from
Source
packages/core/src/services/binary.ts:252
attribute
protected
attribute:string
Source
packages/core/src/services/binary.ts:303
challenge?
challenge?:
string
Will be computed by the service
hash of the content prefixed by 'WEBDA'
Inherited from
Source
packages/core/src/services/binary.ts:106