Class DBC.BinaryObjectFields
Fields for BinaryObject, Binary objects, i.e., blobs. Used for images, documents, SuperOffice inbox mail and other large binary items
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class BinaryObjectFields : Object
Fields
BinaryData
BinaryObject.BinaryData: The binary data itself. Length is limited by the database, generally 1GB seems to be reliably available. Beyond that is database dependent.
Declaration
public const string BinaryData = "binaryData"
Field Value
Type | Description |
---|---|
String |
BinaryObjectId
BinaryObject.BinaryObjectId: Primary key
Declaration
public const string BinaryObjectId = "BinaryObject_id"
Field Value
Type | Description |
---|---|
String |
BlobSize
BinaryObject.BlobSize: The length, in bytes, of the binary data AS STORED after any encryption and/or zipping. Important to get right, since some databases will not tell us just based on the blob itself!
Declaration
public const string BlobSize = "blobSize"
Field Value
Type | Description |
---|---|
String |
ConceptualType
BinaryObject.ConceptualType: The type, for instance PHOTO, PERSONPHOTO, or whatever, that is descriptive of what kind of image or data this is
Declaration
public const string ConceptualType = "conceptualType"
Field Value
Type | Description |
---|---|
String |
Description
BinaryObject.Description: A description that is entered by the user, and visible to the user
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
ExtraInfo
BinaryObject.ExtraInfo: Extra information, spare field, can be used for anything that makes sense. Should not refer to any particular context, that is something for the BinaryObjectLInk
Declaration
public const string ExtraInfo = "extraInfo"
Field Value
Type | Description |
---|---|
String |
IsEncrypted
BinaryObject.IsEncrypted: Has the data been encrypted (support for this will come in HDB)
Declaration
public const string IsEncrypted = "isEncrypted"
Field Value
Type | Description |
---|---|
String |
IsZipped
BinaryObject.IsZipped: Has the data been zipped (support for this will come in HDB)
Declaration
public const string IsZipped = "isZipped"
Field Value
Type | Description |
---|---|
String |
MimeType
BinaryObject.MimeType: Mime type, describing the technical type (image/jpeg) of the data
Declaration
public const string MimeType = "mimeType"
Field Value
Type | Description |
---|---|
String |
OriginalSize
BinaryObject.OriginalSize: Original size of the binary data, before encryption and/or zipping. This is what the ultimate client will get
Declaration
public const string OriginalSize = "originalSize"
Field Value
Type | Description |
---|---|
String |
Registered
BinaryObject.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
BinaryObject.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
BinaryObject.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
BinaryObject.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
BinaryObject.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |