Class: Turbopuffer::Models::NamespaceMetadata::Index::IndexUpdating

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/turbopuffer/models/namespace_metadata.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(unindexed_bytes: , status: :updating) ⇒ Object

Some parameter documentations has been truncated, see Turbopuffer::Models::NamespaceMetadata::Index::IndexUpdating for more details.

Parameters:

  • unindexed_bytes (Integer) (defaults to: )

    The number of bytes in the namespace that are in the write-ahead log but have no

  • status (Symbol, :updating) (defaults to: :updating)


# File 'lib/turbopuffer/models/namespace_metadata.rb', line 152

Instance Attribute Details

#statusSymbol, :updating

Returns:

  • (Symbol, :updating)


143
# File 'lib/turbopuffer/models/namespace_metadata.rb', line 143

required :status, const: :updating

#unindexed_bytesInteger

The number of bytes in the namespace that are in the write-ahead log but have not yet been indexed.

Returns:

  • (Integer)


150
# File 'lib/turbopuffer/models/namespace_metadata.rb', line 150

required :unindexed_bytes, Integer