你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FieldBuilderIgnoreAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示目标属性应被 FieldBuilder
忽略。
[System.AttributeUsage(System.AttributeTargets.Property)]
public class FieldBuilderIgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type FieldBuilderIgnoreAttribute = class
inherit Attribute
Public Class FieldBuilderIgnoreAttribute
Inherits Attribute
- 继承
-
FieldBuilderIgnoreAttribute
- 属性
注解
当属性定义无法完全映射到 Field
对象,但其值仍需要与 JSON 进行转换时,此属性非常有用。 在这种情况下,无法使用 , JsonIgnore
因为它会禁用 JSON 转换。 在Azure 认知搜索中的字符串字段与枚举属性之间进行映射时,这很有用的一个方案示例。
构造函数
FieldBuilderIgnoreAttribute() |
指示目标属性应被 |