Versions in this module Expand all Collapse all v0 v0.0.17 Oct 25, 2018 v0.0.16 Oct 11, 2018 Changes in this version + type BulkWrite interface + func BypassDocumentValidation(b bool) BulkWrite + func Ordered(b bool) BulkWrite + type BulkWriteBundle struct + func BundleBulkWrite(opts ...BulkWrite) *BulkWriteBundle + func (bwb *BulkWriteBundle) BypassDocumentValidation(b bool) *BulkWriteBundle + func (bwb *BulkWriteBundle) Ordered(b bool) *BulkWriteBundle + func (bwb *BulkWriteBundle) String() string + func (bwb *BulkWriteBundle) Unbundle() (*BulkWriteOptions, *session.Client, error) + type BulkWriteOptions struct + BypassDocumentValidation bool + BypassDocumentValidationSet bool + Ordered bool + OrderedSet bool + type BulkWriteSession interface + ConvertBulkWriteSession func() *session.Client + type BulkWriteSessionOpt struct + func (BulkWriteSessionOpt) ConvertBulkWriteSession() *session.Client