dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class
Properties Methods

In This Topic
    OracleQueueTableOptions Class Members
    In This Topic

    The following tables list the members exposed by OracleQueueTableOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleQueueTableOptions class.  
    Top
    Public Properties
     NameDescription
    Public PropertyUser-specified description of the queue table.  
    Public PropertyThe lowest database version with which the queue is compatible. Default OracleQueueCompatible.Default.  
    Public PropertyGets or sets message grouping behavior for queues created in the table. Default value is OracleQueueMessageGrouping.None.  
    Public PropertyFALSE means queues created in the table can only have one consumer for each message. This is the default. TRUE means queues created in the table can have multiple consumers for each message.  
    Public PropertyName of the queue payload type  
    Public PropertyThe primary owner of the queue table. Queue monitor scheduling and propagation for the queues in the queue table are done in this instance. The default value for primary instance is 0, which means queue monitor scheduling and propagation will be done in any available instance.  
    Public PropertyThe queue table fails over to the secondary instance if the primary instance is not available. The default value is 0, which means that the queue table will fail over to any available instance.  
    Public PropertySpecifies whether the queue table is used for secure queues. Default value is false.  
    Public PropertySpecifies which parameter is used to order messages in the queue. The queue will be sorted by this parameter in the ascending order. Default value is OracleQueueSortOrder.EnqueueTime.  
    Public PropertyStorage parameter.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares two OracleQueueTableOptions objects to determine if they are equal.  
    Public MethodReturns hash code of the current OracleQueueTableOptions instance.  
    Public MethodGets the object's type.  
    Top
    See Also