public sealed class CommandPartition : IEquatable<CommandPartition>
Represents a partition of data upon which a SpannerCommand will execute.
Partitions are useful for parallelizing large operations across several tasks or processes.
After partitioning a query, the partitions can be serialized using this method, then deserialized
with FromBase64String(String) on multiple machines, allowing parallel processing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eCommandPartition\u003c/code\u003e class, which is essential for dividing data into partitions for a \u003ccode\u003eSpannerCommand\u003c/code\u003e to execute.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommandPartition\u003c/code\u003e is useful for parallelizing large operations across several tasks or processes, improving efficiency.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eCommandPartition\u003c/code\u003e is 5.0.0-beta05, with multiple other versions also being documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCommandPartition\u003c/code\u003e class features methods such as \u003ccode\u003eFromBase64String\u003c/code\u003e and \u003ccode\u003eToBase64String\u003c/code\u003e to facilitate serialization and deserialization for parallel processing.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePartitionId\u003c/code\u003e property within the class defines the identifier for the set of data to be included in the execution of the SpannerCommand.\u003c/p\u003e\n"]]],[],null,[]]