azureexporter

package
v1.40.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exporter

type Exporter struct {
	// Container is the name of your Azure Blob Storage Container similar to Buckets in S3.
	Container string

	// Storage Account Name and Key
	AccountName string
	AccountKey  string

	Format                  string
	Path                    string
	Filename                string
	CsvTemplate             string
	ParquetCompressionCodec string

	// ServiceURL is the URL of the storage account e.g. https://<account>.blob.core.windows.net/
	// It can be overridden by the user to use a custom URL.
	// Default: https://<account>.blob.core.windows.net/
	ServiceURL string
}

func (*Exporter) Export

func (f *Exporter) Export(ctx context.Context, logger *fflog.FFLogger, featureEvents []exporter.FeatureEvent) error

func (*Exporter) IsBulk

func (f *Exporter) IsBulk() bool

Jump to

Keyboard shortcuts

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