DataStream v1 API - Class SalesforceField (2.10.0)

public sealed class SalesforceField : IMessage<SalesforceField>, IEquatable<SalesforceField>, IDeepCloneable<SalesforceField>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class SalesforceField.

Salesforce field.

Inheritance

object > SalesforceField

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

SalesforceField()

public SalesforceField()

SalesforceField(SalesforceField)

public SalesforceField(SalesforceField other)
Parameter
Name Description
other SalesforceField

Properties

DataType

public string DataType { get; set; }

The data type.

Property Value
Type Description
string

Name

public string Name { get; set; }

Field name.

Property Value
Type Description
string

Nillable

public bool Nillable { get; set; }

Indicates whether the field can accept nil values.

Property Value
Type Description
bool