UserProperty Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.UserProperty

public final class UserProperty

User property.

Constructor Summary

Constructor Description
UserProperty()

Creates an instance of UserProperty class.

Method Summary

Modifier and Type Method and Description
String getName()

Get the name property: User property name.

Object getValue()

Get the value property: User property value.

UserProperty setName(String name)

Set the name property: User property name.

UserProperty setValue(Object value)

Set the value property: User property value.

Methods inherited from java.lang.Object

Constructor Details

UserProperty

public UserProperty()

Creates an instance of UserProperty class.

Method Details

getName

public String getName()

Get the name property: User property name.

Returns:

the name value.

getValue

public Object getValue()

Get the value property: User property value. Type: string (or Expression with resultType string).

Returns:

the value value.

setName

public UserProperty setName(String name)

Set the name property: User property name.

Parameters:

name - the name value to set.

Returns:

the UserProperty object itself.

setValue

public UserProperty setValue(Object value)

Set the value property: User property value. Type: string (or Expression with resultType string).

Parameters:

value - the value value to set.

Returns:

the UserProperty object itself.

Applies to