NAME
DBIx::NoSQL::Store::Manager::StoreIndex - Marks attributes to be indexed in the store
VERSION
version 1.0.0
SYNOPSIS
# in a class consuming the DBIx::NoSQL::Store::Manager::Model role
has
something
=> (
traits
=> [
'StoreIndex'
],
is
=>
'ro'
,
);
DESCRIPTION
DBIx::NoSQL::Store::Manager::StoreIndex (also aliased to StoreIndex) is used to mark attributes that are to be indexed by the DBIx::NoSQL::Store::Manager store.
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018, 2013, 2012 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.