View Source Ravix.Connection.Commands.GetTopology (ravix v0.2.2)
Command to fetch the topology data from RavenDB
fields
Fields
- database_name: The name of the database
- force_url: Forces the informed url to the new topology
Link to this section Summary
Link to this section Types
@type t() :: %Ravix.Connection.Commands.GetTopology{ data: term(), database_name: String.t(), files: term(), force_url: String.t() | nil, headers: term(), is_raft_request: term(), is_read_request: term(), method: term(), raft_unique_request_id: term(), timeout: term(), url: term(), use_stream: term() }