DataRefreshType Struct

Definition

Indicates the type of data refresh option.

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

Constructors

DataRefreshType(String)

Initializes a new instance of DataRefreshType.

Properties

Blocking

Blocking.

Nonblocking

Nonblocking.

RefreshPeriodicallyWithDelta

RefreshPeriodicallyWithDelta.

RefreshPeriodicallyWithFull

RefreshPeriodicallyWithFull.

Static

Static.

Methods

Equals(DataRefreshType)

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(DataRefreshType, DataRefreshType)

Determines if two DataRefreshType values are the same.

Implicit(String to DataRefreshType)

Converts a string to a DataRefreshType.

Inequality(DataRefreshType, DataRefreshType)

Determines if two DataRefreshType values are not the same.

Applies to