DB2®Blob.EstimatedSize property

Gets or sets the estimated final size of the DB2Blob object.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Overrides Function EstimatedSize As Int64
[C#]
public override Int64 EstimatedSize {get; set;}
[C++]
public:
virtual Int64* EstimatedSize () get_EstimatedSize();
public:
virtual void EstimatedSize (Int64*) set_EstimatedSize();
[JScript]
public override function get EstimatedSize () : Int64;
public override function set EstimatedSize (Int64); 

Property value

The estimated final size of the DB2Blob object in bytes.

Remarks

Do not set the DB2Blob.EstimatedSize value unless you have a good idea of the final DB2Blob object size. Setting too large of a value for the DB2Blob.EstimatedSize property results in wasted resources on the database server.