Module: OpenSearch::API::RemoteStore

Defined in:
lib/opensearch/api/namespace/remote_store.rb,
lib/opensearch/api/actions/remote_store/restore.rb

Defined Under Namespace

Modules: Actions Classes: RemoteStoreClient

Instance Method Summary collapse

Instance Method Details

#remote_storeObject

Proxy method for RemoteStoreClient, available in the receiving object



25
26
27
# File 'lib/opensearch/api/namespace/remote_store.rb', line 25

def remote_store
  @remote_store ||= RemoteStoreClient.new(self)
end