Rediger

StorageInfo Class

Definition

Provides access and information for manipulating data stores in a Package.

public ref class StorageInfo
public class StorageInfo
type StorageInfo = class
Public Class StorageInfo
Inheritance
StorageInfo

Properties

Name Description
Name

Gets the name of the store.

Methods

Name Description
CreateStream(String, CompressionOption, EncryptionOption)

Creates a new stream with a given name, CompressionOption, and EncryptionOption.

CreateStream(String)

Creates a new stream with a given name.

CreateSubStorage(String)

Creates a new child StorageInfo with this StorageInfo as the parent.

DeleteStream(String)

Deletes the stream with a specified name.

DeleteSubStorage(String)

Deletes a specified sub-store.

GetStreamInfo(String)

Returns the StreamInfo instance with the given name.

GetStreams()

Returns an array of the StreamInfo instances that are currently contained in this store.

GetSubStorageInfo(String)

Returns the child sub-store with a given name.

GetSubStorages()

Returns an array of the child sub-stores that are currently contained in this store.

StreamExists(String)

Returns a value that indicates whether a given stream exists.

SubStorageExists(String)

Returns a value that indicates whether a given child sub-store exists.

Applies to

See also