View Source Ravix.Connection.Commands.GetTopology (ravix v0.6.3)

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(),
  force_url: String.t() | nil,
  headers: term(),
  is_read_request: term(),
  is_stream: term(),
  method: term(),
  query_params: term(),
  url: term()
}