--- title: "Availability Replica Properties (General Page) | Microsoft Docs" ms.custom: "" ms.date: "10/27/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: high-availability ms.topic: conceptual f1_keywords: - "sql12.swb.availabilityreplicaproperties.general.f1" ms.assetid: 8318fefb-e045-4fab-8507-e1951fc7cec6 author: MashaMSFT ms.author: mathoma manager: craigg --- # Availability Replica Properties (General Page) Use this dialog box to viewthe properties of an availability replica. ## Task List **To view availability replica properties** - [View Availability Replica Properties (SQL Server)](view-availability-replica-properties-sql-server.md) - [Use the AlwaysOn Dashboard (SQL Server Management Studio)](use-the-always-on-dashboard-sql-server-management-studio.md) ## UIElement List **Availability group name** Name of the availability group. This is a user-specified name that must be unique within the Windows Server Failover Cluster (WSFC). **Server instance** Server name of the instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that is hosting this replica and, for a non-default instance, its instance name. **Role** **Primary** Currently the primary replica. **Secondary** Currently a secondary replica. **Resolving** Currently the replica role is in the process of being resolved to either the primary or secondary role. **Availability mode** The availability mode of the replica, one of: **Asynchronous commit** The primary replica can commit transactions without waiting for the secondary to write the log to disk. **Synchronous commit** The primary replica waits to commit a given transaction until the secondary replica has written the transaction to disk. For more information, see [Availability Modes (AlwaysOn Availability Groups)](availability-modes-always-on-availability-groups.md). **Failover mode** The failover mode of the replica, one of: **Automatic** Automatic failover. The replica is a target for automatic failovers. This is supported only if the availability mode is set to synchronous commit. **Manual** Manual failover. The replica can only be failed over to manually by the database administrator. **Connections in primary role** The type of client connections supported when the replica owns the primary role. **Allow all connections** All connections are allowed to the databases in the primary replica. This is the default setting. **Allow read/write connections** Connections where the Application Intent connection property is set to **ReadOnly** are disallowed. When the Application Intent property is set to **ReadWrite** or the application intent connection property is not set, the connection is allowed. **Readable Secondary** Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients, one of: **No** No direct connections are allowed to secondary databases of this replica. They are not available for read access. This is the default setting. **Read-intent only** Only direct read-only connections are allowed to secondary databases of this replica. The secondary database(s) are all available for read access. **Yes** All connections are allowed to secondary databases of this replica, but only for read access. The secondary database(s) are all available for read access. For more information, see [Active Secondaries: Readable Secondary Replicas (AlwaysOn Availability Groups)](active-secondaries-readable-secondary-replicas-always-on-availability-groups.md). **Session timeout (seconds)** The time-out period, in seconds. The time-out period is the maximum time that the replica waits to receive a message from another replica before considering connection between the primary and secondary replica have failed. Session timeout detects whether secondaries are connected the primary replica. On detecting a failed connection with a secondary replica, the primary replica considers the secondary replica to be NOT_SYNCHRONIZED. On detecting a failed connection with the primary replica, a secondary replica simply attempts to reconnect. > [!NOTE] > Session timeouts do not cause automatic failovers. **Endpoint URL** String representation of the user-specified database mirroring endpoint that is used by connections between primary and secondary replicas for data synchronization. For information about the syntax of endpoint URLs, see [Specify the Endpoint URL When Adding or Modifying an Availability Replica (SQL Server)](specify-endpoint-url-adding-or-modifying-availability-replica.md). ## See Also [Overview of AlwaysOn Availability Groups (SQL Server)](overview-of-always-on-availability-groups-sql-server.md)