class
MinknowApi::AnalysisConfiguration::WriterConfiguration::BulkConfiguration
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/analysis_configuration.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #channel_states : WriterConfiguration::ChannelConfiguration | Nil
- #channel_states=(channel_states : WriterConfiguration::ChannelConfiguration | Nil)
- #clear_channel_states : Nil
- #clear_events : Nil
- #clear_multiplex : Nil
- #clear_raw : Nil
- #clear_reads : Nil
- #compression_level : Int32
- #compression_level=(compression_level : Int32)
- #compression_type : Proto::OpenEnum(WriterConfiguration::CompressionType)
- #compression_type=(compression_type : Proto::OpenEnum(WriterConfiguration::CompressionType))
- #device_commands : Bool
- #device_commands=(device_commands : Bool)
- #device_metadata : Bool
- #device_metadata=(device_metadata : Bool)
- #dynamic_analysis_config : Bool
- #dynamic_analysis_config=(dynamic_analysis_config : Bool)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #events : WriterConfiguration::ChannelConfiguration | Nil
- #events=(events : WriterConfiguration::ChannelConfiguration | Nil)
- #file_pattern : String
- #file_pattern=(file_pattern : String)
- #force_all_read_metrics : Bool
- #force_all_read_metrics=(force_all_read_metrics : Bool)
- #has_channel_states? : Bool
- #has_events? : Bool
- #has_multiplex? : Bool
- #has_raw? : Bool
- #has_reads? : Bool
- #multiplex : WriterConfiguration::ChannelConfiguration | Nil
- #multiplex=(multiplex : WriterConfiguration::ChannelConfiguration | Nil)
- #raw : WriterConfiguration::ChannelConfiguration | Nil
- #raw=(raw : WriterConfiguration::ChannelConfiguration | Nil)
- #reads : WriterConfiguration::ChannelConfiguration | Nil
- #reads=(reads : WriterConfiguration::ChannelConfiguration | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def channel_states=(channel_states : WriterConfiguration::ChannelConfiguration | Nil)
#
def compression_type=(compression_type : Proto::OpenEnum(WriterConfiguration::CompressionType))
#