BlobMetadata
BlobMetadata used in Job Execution. The class gets exposed because of use in abstract function.
Constructors
Constructor | Description |
new()
Signature: unit -> BlobMetadata
|
|
new(y, parti, serial, numElems)
Signature: (y:BlobMetadata * parti:int * serial:int64 * numElems:int) -> BlobMetadata
|
|
new(y, parti, serial, numElems, blobLen)
Signature: (y:BlobMetadata * parti:int * serial:int64 * numElems:int * blobLen:int) -> BlobMetadata
|
|
new(y, serial, numElems)
Signature: (y:BlobMetadata * serial:int64 * numElems:int) -> BlobMetadata
|
|
new(y, numElems)
Signature: (y:BlobMetadata * numElems:int) -> BlobMetadata
|
|
new(y)
Signature: y:BlobMetadata -> BlobMetadata
|
|
new(parti, nError)
Signature: (parti:int * nError:int) -> BlobMetadata
|
|
new(parti, serial, numElems)
Signature: (parti:int * serial:int64 * numElems:int) -> BlobMetadata
|
|
Instance members
Static members
Static member | Description |
Unpack(ms)
Signature: ms:StreamBase<byte> -> BlobMetadata
|
|