Aracılığıyla paylaş


StreamAnalyticsSampleInputResultStatus Struct

Definition

The status of the sample input request.

public readonly struct StreamAnalyticsSampleInputResultStatus : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsSampleInputResultStatus>
type StreamAnalyticsSampleInputResultStatus = struct
Public Structure StreamAnalyticsSampleInputResultStatus
Implements IEquatable(Of StreamAnalyticsSampleInputResultStatus)
Inheritance
StreamAnalyticsSampleInputResultStatus
Implements

Constructors

StreamAnalyticsSampleInputResultStatus(String)

Initializes a new instance of StreamAnalyticsSampleInputResultStatus.

Properties

ErrorConnectingToInput

The sample input operation failed to connect to the input.

NoEventsFoundInRange

The sample input operation found no events in the range.

ReadAllEventsInRange

The sample input operation successfully read all the events in the range.

Methods

Equals(StreamAnalyticsSampleInputResultStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StreamAnalyticsSampleInputResultStatus, StreamAnalyticsSampleInputResultStatus)

Determines if two StreamAnalyticsSampleInputResultStatus values are the same.

Implicit(String to StreamAnalyticsSampleInputResultStatus)

Converts a string to a StreamAnalyticsSampleInputResultStatus.

Inequality(StreamAnalyticsSampleInputResultStatus, StreamAnalyticsSampleInputResultStatus)

Determines if two StreamAnalyticsSampleInputResultStatus values are not the same.

Applies to