IBlobData Interface | ![]() |
Namespace: XSharp.RDD
The IBlobData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Data to write to the blob file. This can be a BYTE[] but also other values.
At this moment the FPT RDD supports BYTE[], String, Logic
Other value types may follow later
|
![]() | Length |
Length of the data to write or return. Defaults to all data
|
![]() | Pointer |
Pointer for which to write or return the data
|
![]() | Start |
Start of the data to write or return. Defaults to 0
|