ICosmosDbDataConnectionProperties.MappingRuleName Property
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 name of an existing mapping rule to use when ingesting the retrieved data.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of an existing mapping rule to use when ingesting the retrieved data.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="mappingRuleName")]
public string MappingRuleName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of an existing mapping rule to use when ingesting the retrieved data.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="mappingRuleName")>]
member this.MappingRuleName : string with get, set
Public Property MappingRuleName As String
Property Value
- Attributes