Class OdfPivotRefreshOptions
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Configures bounded pivot result materialization. 設定具資源上限的樞紐結果物化。
public sealed class OdfPivotRefreshOptions
- Inheritance
-
OdfPivotRefreshOptions
- Inherited Members
Constructors
OdfPivotRefreshOptions()
public OdfPivotRefreshOptions()
Properties
MaximumAggregateSlots
Gets or sets the maximum aggregate accumulators retained in memory. 取得或設定記憶體中最多可保留的彙總累加器數。
public int MaximumAggregateSlots { get; set; }
Property Value
MaximumCalculatedFields
Gets or sets the maximum calculated fields compiled for one refresh. 取得或設定單次刷新最多可編譯的計算欄位數。
public int MaximumCalculatedFields { get; set; }
Property Value
MaximumDataFields
Gets or sets the maximum data fields aggregated. 取得或設定最多可彙總的資料欄位數。
public int MaximumDataFields { get; set; }
Property Value
MaximumFields
Gets or sets the maximum total pivot fields inspected. 取得或設定最多可檢查的樞紐欄位總數。
public int MaximumFields { get; set; }
Property Value
MaximumFormulaCharacters
Gets or sets the maximum characters in one calculated-field formula. 取得或設定單一計算欄位公式的最大字元數。
public int MaximumFormulaCharacters { get; set; }
Property Value
MaximumFormulaDepth
Gets or sets the maximum nesting depth in one calculated-field formula. 取得或設定單一計算欄位公式的最大巢狀深度。
public int MaximumFormulaDepth { get; set; }
Property Value
MaximumFormulaEvaluations
Gets or sets the maximum calculated-field evaluations performed. 取得或設定最多可執行的計算欄位求值次數。
public long MaximumFormulaEvaluations { get; set; }
Property Value
MaximumFormulaNodes
Gets or sets the maximum syntax nodes in one calculated-field formula. 取得或設定單一計算欄位公式的最大語法節點數。
public int MaximumFormulaNodes { get; set; }
Property Value
MaximumGroups
Gets or sets the maximum aggregate groups retained in memory. 取得或設定記憶體中保留的彙總群組數上限。
public int MaximumGroups { get; set; }
Property Value
MaximumOutputCells
Gets or sets the maximum output cells written. 取得或設定最多寫入的輸出儲存格數。
public int MaximumOutputCells { get; set; }
Property Value
MaximumSourceCells
Gets or sets the maximum source cells inspected. 取得或設定最多檢查的來源儲存格數。
public int MaximumSourceCells { get; set; }