Class DbFileGroupInfo
Information about the database file group.
Inheritance
System.Object
DbFileGroupInfo
Namespace: Cireson.Core.Interfaces.DataAccess
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class DbFileGroupInfo : object
Remarks
Admin, 8/24/2017.
Properties
View SourceFileGroupName
Gets or sets the name of the file group.
Declaration
public string FileGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the file group. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
PhysicalName
Gets or sets the name of the physical.
Declaration
public string PhysicalName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the physical. |
SizeInMb
Gets or sets the size in megabytes.
Declaration
public decimal SizeInMb { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The size in megabytes. |