Share via


BusinessAttributeUpdateBehavior Struct

Definition

Enum for business attribute update behavior.

public readonly struct BusinessAttributeUpdateBehavior : IEquatable<Azure.Analytics.Purview.DataMap.BusinessAttributeUpdateBehavior>
type BusinessAttributeUpdateBehavior = struct
Public Structure BusinessAttributeUpdateBehavior
Implements IEquatable(Of BusinessAttributeUpdateBehavior)
Inheritance
BusinessAttributeUpdateBehavior
Implements

Constructors

BusinessAttributeUpdateBehavior(String)

Initializes a new instance of BusinessAttributeUpdateBehavior.

Properties

Ignore

Ignore the business attribute payload for update.

Merge

Merge the business attributes. Business attributes will not be updated if not provided.

Replace

Replace all the business attributes using the payload.

Methods

Equals(BusinessAttributeUpdateBehavior)

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

Equality(BusinessAttributeUpdateBehavior, BusinessAttributeUpdateBehavior)

Determines if two BusinessAttributeUpdateBehavior values are the same.

Implicit(String to BusinessAttributeUpdateBehavior)

Converts a string to a BusinessAttributeUpdateBehavior.

Inequality(BusinessAttributeUpdateBehavior, BusinessAttributeUpdateBehavior)

Determines if two BusinessAttributeUpdateBehavior values are not the same.

Applies to