LogFileInfo class

This class creates an object to store the array of properties returned by the GetFiles method in the LogExport class.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.Online.SharePoint.SPLogger.LogFileInfo

Namespace:  Microsoft.Online.SharePoint.SPLogger
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public Class LogFileInfo _
    Inherits ClientObject
'Usage
Dim instance As LogFileInfo
public class LogFileInfo : ClientObject

Remarks

This API is for internal use only. In the future it will only be available to SharePoint Online Dedicated customers. For more information on this program, see Office 365 Dedicated.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LogFileInfo members

Microsoft.Online.SharePoint.SPLogger namespace