AzureQueueDataAdapterV1
class
Namespace: Orleans.Providers.Streams.AzureQueue
Original data adapter. Here to maintain backwards compatibility, but does not support json and other custom serializers
public class AzureQueueDataAdapterV1 : IOnDeserialized, IQueueDataAdapter<string, IBatchContainer>, IQueueDataAdapter<string>Constructors
AzureQueueDataAdapterV1(Serializer)Initializes a new instance of theAzureQueueDataAdapterV1class.
Methods
FromQueueMessage(string, long)Creates a batch container from a cloud queue messageToQueueMessage(StreamId, IEnumerable<T>, StreamSequenceToken, Dictionary<string, object>)Creates a cloud queue message from stream event data.
