CoreSummary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CoreSummary() |
Initializes a new instance of the CoreSummary class. |
CoreSummary(Int64, String) |
Initializes a new instance of the CoreSummary class. |
CoreSummary()
Initializes a new instance of the CoreSummary class.
public CoreSummary ();
Public Sub New ()
Applies to
CoreSummary(Int64, String)
Initializes a new instance of the CoreSummary class.
public CoreSummary (long numberOfDocuments, string status = default);
new Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary : int64 * string -> Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary
Public Sub New (numberOfDocuments As Long, Optional status As String = Nothing)
Parameters
- numberOfDocuments
- Int64
The number of documents of a core summary.
- status
- String
The status of a core summary.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET