Class FileCreateSource

FileCreateSource class

Represents a file source for creation.

public sealed class FileCreateSource : FileSource

Constructors

NameDescription
FileCreateSource(string)Initializes a new instance of the FileCreateSource class.
FileCreateSource(string, bool)Initializes a new instance of the FileCreateSource class.

Properties

NameDescription
FilePath { get; }Gets the file path to create.
override IsTemporal { get; }Gets a value indicating whether file will be temporal.

Methods

NameDescription
override GetStreamContainer()Gets the stream container.

See Also