StreamingJobRefreshConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The refresh parameters for any/all updatable user defined functions present in the job config.
public class StreamingJobRefreshConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobRefreshConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobRefreshConfiguration>
public class StreamingJobRefreshConfiguration
type StreamingJobRefreshConfiguration = class
interface IJsonModel<StreamingJobRefreshConfiguration>
interface IPersistableModel<StreamingJobRefreshConfiguration>
type StreamingJobRefreshConfiguration = class
Public Class StreamingJobRefreshConfiguration
Implements IJsonModel(Of StreamingJobRefreshConfiguration), IPersistableModel(Of StreamingJobRefreshConfiguration)
Public Class StreamingJobRefreshConfiguration
- Inheritance
-
StreamingJobRefreshConfiguration
- Implements
Constructors
StreamingJobRefreshConfiguration() |
Initializes a new instance of StreamingJobRefreshConfiguration. |
Properties
DateFormat |
The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. |
PathPattern |
The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. |
RefreshInterval |
The refresh interval. |
RefreshType |
This property indicates which data refresh option to use, Blocking or Nonblocking. |
TimeFormat |
The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StreamingJobRefreshConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StreamingJobRefreshConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StreamingJobRefreshConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StreamingJobRefreshConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StreamingJobRefreshConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET