SubscriberMessageDropStrategy Struct
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 enum defining strategies for dropping messages from the subscriber queue.
public readonly struct SubscriberMessageDropStrategy : IEquatable<Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy>
type SubscriberMessageDropStrategy = struct
Public Structure SubscriberMessageDropStrategy
Implements IEquatable(Of SubscriberMessageDropStrategy)
- Inheritance
-
SubscriberMessageDropStrategy
- Implements
Constructors
| Name | Description |
|---|---|
| SubscriberMessageDropStrategy(String) |
Initializes a new instance of SubscriberMessageDropStrategy. |
Properties
| Name | Description |
|---|---|
| DropOldest |
The oldest message is dropped. |
| None |
Messages are never dropped. |
Methods
| Name | Description |
|---|---|
| Equals(SubscriberMessageDropStrategy) |
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(SubscriberMessageDropStrategy, SubscriberMessageDropStrategy) |
Determines if two SubscriberMessageDropStrategy values are the same. |
| Implicit(String to SubscriberMessageDropStrategy) |
Converts a String to a SubscriberMessageDropStrategy. |
| Inequality(SubscriberMessageDropStrategy, SubscriberMessageDropStrategy) |
Determines if two SubscriberMessageDropStrategy values are not the same. |