Pig.ExtendedProperties Property

Gets or sets the user specified property bag used in Pig or Hive scripts. There is no restriction on the keys or values that can be used. User needs to consume and interpret the content accordingly in their customized Pig or Hive scripts.

Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Usage

'Usage
Dim instance As Pig
Dim value As IDictionary(Of String, String)

value = instance.ExtendedProperties

instance.ExtendedProperties = value

Syntax

'Declaration
Public Property ExtendedProperties As IDictionary(Of String, String)
public IDictionary<string,string> ExtendedProperties { get; set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_ExtendedProperties ()

/** @property */
public void set_ExtendedProperties (IDictionary<String,String> value)
public function get ExtendedProperties () : IDictionary<String,String>

public function set ExtendedProperties (value : IDictionary<String,String>)

Property Value

The user specified property bag used in Pig or Hive scripts.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Pig Class
Pig Members
Microsoft.Azure.Management.DataFactories.Models Namespace