MappingType 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.
Type of the CDC attribute mapping. Note: 'Advanced' mapping type is also saved as 'Derived'.
public readonly struct MappingType : IEquatable<Azure.ResourceManager.DataFactory.Models.MappingType>
type MappingType = struct
Public Structure MappingType
Implements IEquatable(Of MappingType)
- Inheritance
-
MappingType
- Implements
Constructors
| Name | Description |
|---|---|
| MappingType(String) |
Initializes a new instance of MappingType. |
Properties
| Name | Description |
|---|---|
| Aggregate |
Aggregate. |
| Derived |
Derived. |
| Direct |
Direct. |
Methods
| Name | Description |
|---|---|
| Equals(MappingType) |
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(MappingType, MappingType) |
Determines if two MappingType values are the same. |
| Implicit(String to MappingType) |
Converts a String to a MappingType. |
| Inequality(MappingType, MappingType) |
Determines if two MappingType values are not the same. |