Skip to content

How to disable column-statistics ? on shared server ? #109

Answered by adriancs2
iamsagarmaheta asked this question in Q&A
Discussion options

You must be logged in to vote

ExportInfo.GetTotalRowsMode - enum BlobDataExportMode

default value: InformationSchema
Gets or Sets a value indicates the method of how the total rows value is being obtained.
This function is useful if you are developing a progress bar
. InformationSchema = Fast, but approximate value;
SelectCount = Slow but accurate;
Skip = Skip obtaining total rows. Use this option if you are not doing any progress report.

Select "Skip"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adriancs2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants