Udostępnij przez


ShardedStreamable<TKey,TPayload>.ReShard(ILocationDescriptor) Metoda

Definicja

Fragmentowanie fragmentowanego strumienia

public Microsoft.StreamProcessing.Sharding.IShardedStreamable<TKey,TPayload> ReShard(Microsoft.StreamProcessing.Sharding.ILocationDescriptor newLocation = null);
abstract member ReShard : Microsoft.StreamProcessing.Sharding.ILocationDescriptor -> Microsoft.StreamProcessing.Sharding.IShardedStreamable<'Key, 'Payload>
override this.ReShard : Microsoft.StreamProcessing.Sharding.ILocationDescriptor -> Microsoft.StreamProcessing.Sharding.IShardedStreamable<'Key, 'Payload>
Public Function ReShard (Optional newLocation As ILocationDescriptor = null) As IShardedStreamable(Of TKey, TPayload)

Parametry

newLocation
ILocationDescriptor

Przypisywanie opcjonalnego nowego deskryptora lokalizacji

Zwraca

Nowy fragmentowany strumień z nowym typem i wartościami klucza

Implementuje

Dotyczy