Extends
Methods
sourceOrigin(sourceOrigin) → {PartitionDescriptor}
Sets the source origin for the partition descriptor.
Parameters:
Name | Type | Description |
---|---|---|
sourceOrigin | string | The source origin to set. |
Returns:
- The updated PartitionDescriptor instance for chaining.
- Type:
- PartitionDescriptor
userContext(userContext) → {PartitionDescriptor}
Sets the user context for the partition descriptor.
Parameters:
Name | Type | Description |
---|---|---|
userContext | any | The user context to set. |
Returns:
- The updated partition descriptor instance for chaining.
- Type:
- PartitionDescriptor