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\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.Spanner.Data\u003c/code\u003e package is \u003ccode\u003e5.0.0-beta05\u003c/code\u003e, with multiple previous versions available, down to \u003ccode\u003e3.5.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommandPartition\u003c/code\u003e represents a data partition for parallel execution of \u003ccode\u003eSpannerCommand\u003c/code\u003e operations, enhancing the ability to break down larger tasks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCommandPartition\u003c/code\u003e class implements the \u003ccode\u003eIEquatable\u003c/code\u003e interface and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class, offering methods like \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, that are inherited from the base class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommandPartition\u003c/code\u003e includes a \u003ccode\u003ePartitionId\u003c/code\u003e property to identify the data set for a \u003ccode\u003eSpannerCommand\u003c/code\u003e, enabling to execute commands on a set of data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommandPartition\u003c/code\u003e can be serialized to base64 text using \u003ccode\u003eToBase64String()\u003c/code\u003e for distribution across multiple machines and later reconstructed using the \u003ccode\u003eFromBase64String(String)\u003c/code\u003e method for parallel processing.\u003c/p\u003e\n"]]],[],null,[]]