localsecondaryindex

package
v0.0.0-...-1bb5a49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2014 License: BSD-2-Clause Imports: 5 Imported by: 0

Documentation

Overview

LocalSecondaryIndex for defining new keys. See: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_LocalSecondaryIndex.html

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalSecondaryIndex

type LocalSecondaryIndex struct {
	IndexName  string                  `json:",omitempty"`
	KeySchema  keydefinition.KeySchema `json:",omitempty"`
	Projection struct {
		NonKeyAttributes []string `json:",omitempty"`
		ProjectionType   string   `json:",omitempty"`
	}
}

func NewLocalSecondaryIndex

func NewLocalSecondaryIndex() *LocalSecondaryIndex

func (LocalSecondaryIndex) MarshalJSON

func (l LocalSecondaryIndex) MarshalJSON() ([]byte, error)

type LocalSecondaryIndexDesc

type LocalSecondaryIndexDesc struct {
	IndexName      string
	IndexSizeBytes uint64
	ItemCount      uint64
	KeySchema      keydefinition.KeySchema
	Projection     struct {
		NonKeyAttributes []string
		ProjectionType   string
	}
}

func NewLocalSecondaryIndexDesc

func NewLocalSecondaryIndexDesc() *LocalSecondaryIndexDesc

type LocalSecondaryIndexes

type LocalSecondaryIndexes []LocalSecondaryIndex

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL