Click or drag to resize

PFExternalConnection_Location_Cassandra Properties

The PFExternalConnection_Location_Cassandra type exposes the following members.

Properties
  NameDescription
Public propertyKeySpaceName
Gets or sets the key space name (equivalent to the SQL database name).
Public propertyQuery
Gets or sets the SQL query used to obtain the data from the database. This is optional.
Public propertyServerAddress
Gets or sets the server address.
Public propertyServerPort
Gets or sets the server address port. Default value: 9042.
Public propertyTableName
Gets or sets the table name.
Public propertyType
Gets the type of location in an enum form.
(Overrides PFExternalConnection_LocationType.)
Top
See Also