Freigeben über


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

Name Description
StreamAnalyticsSampleInputResultStatus(String)

Initializes a new instance of StreamAnalyticsSampleInputResultStatus.

Properties

Name Description
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

Name Description
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

Name Description
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