Udostępnij przez


Streamable.RegisterBinaryInputFromFile Metoda

Definicja

Przeciążenia

RegisterBinaryInputFromFile<TKey,TPayload>(QueryContainer, String, Int32, IIngressScheduler, Boolean, StreamProperties<TKey,TPayload>, String)

Deserializowanie ze strumienia binarnego do możliwości przesyłania strumieniowego

public static Microsoft.StreamProcessing.IIngressStreamable<TKey,TPayload> RegisterBinaryInputFromFile<TKey,TPayload>(this Microsoft.StreamProcessing.QueryContainer container, string fileName, int numMessages = 0, Microsoft.StreamProcessing.Serializer.IIngressScheduler scheduler = null, bool readPropertiesFromStream = false, Microsoft.StreamProcessing.StreamProperties<TKey,TPayload> inputProperties = null, string identifier = null);
static member RegisterBinaryInputFromFile : Microsoft.StreamProcessing.QueryContainer * string * int * Microsoft.StreamProcessing.Serializer.IIngressScheduler * bool * Microsoft.StreamProcessing.StreamProperties<'Key, 'Payload> * string -> Microsoft.StreamProcessing.IIngressStreamable<'Key, 'Payload>
<Extension()>
Public Function RegisterBinaryInputFromFile(Of TKey, TPayload) (container As QueryContainer, fileName As String, Optional numMessages As Integer = 0, Optional scheduler As IIngressScheduler = null, Optional readPropertiesFromStream As Boolean = false, Optional inputProperties As StreamProperties(Of TKey, TPayload) = null, Optional identifier As String = null) As IIngressStreamable(Of TKey, TPayload)

Parametry typu

TKey
TPayload

Parametry

container
QueryContainer
fileName
String
numMessages
Int32
scheduler
IIngressScheduler
readPropertiesFromStream
Boolean
identifier
String

Zwraca

Dotyczy

RegisterBinaryInputFromFile<TPayload>(QueryContainer, String, Int32, IIngressScheduler, Boolean, StreamProperties<Empty,TPayload>, String)

Deserializowanie ze strumienia binarnego do możliwości przesyłania strumieniowego

public static Microsoft.StreamProcessing.IIngressStreamable<Microsoft.StreamProcessing.Empty,TPayload> RegisterBinaryInputFromFile<TPayload>(this Microsoft.StreamProcessing.QueryContainer container, string fileName, int numMessages = 0, Microsoft.StreamProcessing.Serializer.IIngressScheduler scheduler = null, bool readPropertiesFromStream = false, Microsoft.StreamProcessing.StreamProperties<Microsoft.StreamProcessing.Empty,TPayload> inputProperties = null, string identifier = null);
static member RegisterBinaryInputFromFile : Microsoft.StreamProcessing.QueryContainer * string * int * Microsoft.StreamProcessing.Serializer.IIngressScheduler * bool * Microsoft.StreamProcessing.StreamProperties<Microsoft.StreamProcessing.Empty, 'Payload> * string -> Microsoft.StreamProcessing.IIngressStreamable<Microsoft.StreamProcessing.Empty, 'Payload>
<Extension()>
Public Function RegisterBinaryInputFromFile(Of TPayload) (container As QueryContainer, fileName As String, Optional numMessages As Integer = 0, Optional scheduler As IIngressScheduler = null, Optional readPropertiesFromStream As Boolean = false, Optional inputProperties As StreamProperties(Of Empty, TPayload) = null, Optional identifier As String = null) As IIngressStreamable(Of Empty, TPayload)

Parametry typu

TPayload

Parametry

container
QueryContainer
fileName
String
numMessages
Int32
scheduler
IIngressScheduler
readPropertiesFromStream
Boolean
inputProperties
StreamProperties<Empty,TPayload>
identifier
String

Zwraca

Dotyczy