QueryTimeGrainType 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.
Interval type (length).
public readonly struct QueryTimeGrainType : IEquatable<Azure.ResourceManager.Sql.Models.QueryTimeGrainType>
type QueryTimeGrainType = struct
Public Structure QueryTimeGrainType
Implements IEquatable(Of QueryTimeGrainType)
- Inheritance
-
QueryTimeGrainType
- Implements
Constructors
| Name | Description |
|---|---|
| QueryTimeGrainType(String) |
Initializes a new instance of QueryTimeGrainType. |
Properties
| Name | Description |
|---|---|
| P1D |
P1D. |
| PT1H |
PT1H. |
Methods
| Name | Description |
|---|---|
| Equals(QueryTimeGrainType) |
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(QueryTimeGrainType, QueryTimeGrainType) |
Determines if two QueryTimeGrainType values are the same. |
| Implicit(String to QueryTimeGrainType) |
Converts a String to a QueryTimeGrainType. |
| Inequality(QueryTimeGrainType, QueryTimeGrainType) |
Determines if two QueryTimeGrainType values are not the same. |