StorageKeyPartitionDescriptor

Represents a partition descriptor for storage key.

Constructor

new StorageKeyPartitionDescriptor()

Extends

Methods

sourceOrigin(sourceOrigin) → {PartitionDescriptor}

Sets the source origin for the partition descriptor.

Parameters:
NameTypeDescription
sourceOriginstring

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:
NameTypeDescription
userContextany

The user context to set.

Returns:
  • The updated partition descriptor instance for chaining.
Type: 
PartitionDescriptor